Viewing 15 posts - 406 through 420 (of 588 total)
Yeah I think C ought to be the right answer here. Although I would answer B with an explanation to the boss if I was really in a time crunch...
May 25, 2007 at 6:00 am
For once I can relax and not do optimizations, at my previous job the only time I could do the optimizations where on long weekends, so I never got any...
May 25, 2007 at 5:56 am
I have legacy DTS packages doing all kind of weird stuff running fine against 9.0 level databases.
May 24, 2007 at 2:02 pm
Is the dev box still on 2000? Is this a new box you put 2005 on or same box as you had before? Are the databases in 2000 mode still?
May 24, 2007 at 2:00 pm
http://www.sqlservercentral.com/columnists/SBoriotti/2985.asp
Might be something in there for you.
May 24, 2007 at 12:34 pm
Is there any errors in the Windows logs? Such as hardware issues during start up? Tried an alternate network card?
May 24, 2007 at 6:50 am
You can password protect the backups natively, but that is not the same as encrypted.
There are some good 3rd party tools. We use LiteSpeed and it works like a charm,...
May 24, 2007 at 6:45 am
We are in the process of getting to 64-bit. Luckily our servers can run 64 bit, but for some reason they did not go 64 bit when they moved to...
May 23, 2007 at 7:15 am
Not from within SQL at least. Might be some third party apps that can somehow do it, but none that I know of.
May 23, 2007 at 7:03 am
Did the user in the database you restored (I'm assuming that is the users default database) get synched with the login?
May 23, 2007 at 7:01 am
You expect SQL to make sense in error messages? No such thing. Although 2005 seems a bit better in this regard.
I do not...
May 22, 2007 at 2:00 pm
Are you sure it is in the table you are trying to insert that is throwing that message? How about a variable somewhere? Or a trigger?
May 22, 2007 at 1:58 pm
Do you have a trigger on the global table to save out to the different location tables? That is the only way that (with the information given) that there could...
May 22, 2007 at 10:57 am
Why not change it to varchar(max) or nvarchar(max)?
As far as your current problem, read up on how to handle large text strings in text fields. I THINK a regular insert...
May 22, 2007 at 6:28 am
Viewing 15 posts - 406 through 420 (of 588 total)