Viewing 15 posts - 136 through 150 (of 583 total)
The CASE expression doesn't want to return an integer in some rows and a varchar in other rows.
So, what are you trying to accomplish by converting the locationCode to an Int? ...
October 5, 2006 at 10:57 am
The only packages that you can do that with as far as I know are maintenance plans and then you are limited to just a few tasks.
October 5, 2006 at 10:44 am
I forgot one thing since you will be using SQL Server 2005, look into Database Mirroring for DR.
October 4, 2006 at 5:00 am
I have tried to do the same and it has never worked for me. I even tried converting a multi-column Access report. I saw another post at http://sandbox.manning.com/thread.jspa?threadID=16181&tstart=0 where the...
October 3, 2006 at 7:16 pm
Clustering, as far as SQL Server is concerned, is hardware fail over only. The data is not duplicated and it doesn't help with performance. It's not load balancing. Basically, two physical servers are...
October 3, 2006 at 7:10 pm
Are the logs located on a clustered resource disk or on a local disk?
September 8, 2006 at 10:26 am
The graphic I posted is a portion of the error.
If I do that approach, which is probably one of the few choices I have, I think I'll look into...
September 6, 2006 at 12:19 pm
SQL Server probably has to use tempdb to process your query.
August 29, 2006 at 10:18 pm
First, make sure that network connections are enabled for the named instance.
Make sure that you can connect remotely to the default instance. Make sure the account you are using has...
August 21, 2006 at 9:09 pm
You'll have to set up a separate log backup that runs right after the full backup. This log backup must have the "Overwrite Existing Media" property checked if you are...
April 27, 2006 at 7:57 pm
I am really interested in becoming a trainer, so I check out the want ads from time to time. I recently saw an ad titled "SQL Server Trainer" from one...
April 26, 2006 at 12:36 pm
What is really bad is that you are advertising "LiteSpeed" in the same newsletter. Coincidence?
April 18, 2006 at 10:37 am
It worked. Too bad I didn't realize this sooner.
April 14, 2006 at 7:27 pm
Viewing 15 posts - 136 through 150 (of 583 total)