I'm currently looping through all Analysis Services databases, cubes, and perspectives to create a menu in ASP.NET. What's the best way to get the menu to be sorted in alphabetic order? Than...
Hi-
I want to get #complete, #incomplete, vp
i have table users, completes.
heres my non-working query:
select vp, COUNT(*) as [ALL By VP],
(Select count(*)
from users
...
Our third party ISP points an RDP connection to a specific workstation in our internal network. Everytime the power goes out, which is often, the workstation IP resets to a different number an...
Hello,
Is there a quick way to disable all the controls on a Windows Form in VB.NET?
We are running Outlook 2007 on a 2003 Server which houses a our database application. The app processes inbound mail (script files) and then sends them on. We are logged on with a domain acc...
Install Windows XP in a virtual machine
I am using VMware server console(the free version)
I have created a new Virtual Machine(Windows XP), I would like to point it to windows XP setup f...
Hi all. Im having issues trying to access the "Enterprise Root CA" within my domain from a ISA 2006 server. This is the same server that I have asked a previous question about (without a 100% ...
Hello,
Say I have 2 files.
File1.txt
---------------
abc
def
ghi
.....
File2.txt
---------------
123
456
789
......
How do I merge these two to get a third file:
File3.t...
I was about 2 seconds from purchasing Norton Ghost but decided to look into licensing for the product.
After doing so, it seems that you have to have a license of Ghost for each and every s...
My Recycle Bin will not emtpy.
I have opened a port on a server which listenens for and processes incoming data using an app in vb which uses TcpListener ( Dim tcpListener As New TcpListener(portNumber))
I have modified ...
Hello Everyone,
I have the following code in the Form_Unload Process to check that the Start Time is > of the End Time. However I noticed that when the query running in the background of the ...
Hi there.
In my Mac's trash a many files. I'd to like them from my disk. So I was wondering if there is
a freeware tool to wipe all data from the disk ?
Thank you for every tip.
Ch...
Hello Experts,
I have to take a date in YYYYMMDD format and parse it into, YYYY M D format. Then I have to rewrite it to YYYY 'Chinese Character1' M 'Chinese Character 2' D'Chinese Character...
Hi everyone, Ive been reading through your solutions for anti viruses for small businesses and many people are suggesting Symantec 10 (many are saying that 10 is not that good) and also recom...
I have a network with 1400 mailboxes and I am about to split my one information store into about 4 or 5 separate stores. My question is are there any risks with doing this and can this be done...
I have been asked to run a script against a databse in SQL Server 2005.
My clients use a custom Web base application. one of the user accounts has become corrupt and they need to reset t...
I've got a proc doing a lot of this:
SELECT CONVERT(VARCHAR,@count) + ' Records copied to dbo.TableName.'
which outputs a lot of this:
1296 Records copied to dbo.TableName [SQLSTATE...
How would I convert this VB6 code to VB.NET?
If thisForm.WindowState <> vbMaximized Then
thisForm.Top = (Screen.height - thisForm.height) / 2
t...
I manage a BES server consisting of about 100 users. One of my users asked me a question regarding GPS on BB's. Does this feature work while the device is turned off? The user is worried ab...
I use Gateway laptop running Windows XP Professional Operating System. Processor is Intel Centrino Duo.
To be more productive, I attached Gateway EV700 monitor to the laptop. When I turn ...
Having problems making this insert statement run. All varibles are getting data. If I trim it down to just the first field, it works. Adding anything after that and I get a 3134 error. any hel...
dont have ANY admin passwords
just using a standard account
keep on being prompted for password
I have 350 computers that I need to run the below script on.
How would I use a text file to import the computer names in "Enter a computer name to run WUA detectnow" then output the entire ...
I have a table called freight_shipment. It contains purchase orders. Purchase orders may or may not be assigned to a load on a truck. I would like to see which purchase orders do not have a...