Viewing 15 posts - 61 through 75 (of 323 total)
This just in: the DBAs who work at the corporate mothership have recommended logs and tempdb on E drive, and data and indexes in separate files on F drive....
June 10, 2008 at 2:51 pm
Matt Miller (6/10/2008)
Still - how did...
June 10, 2008 at 2:26 pm
GilaMonster (6/10/2008)
Firstly, I would suggest you take the people responsible for that absurd standard out and shoot them repeatedly. 😉 :hehe:
Why do people always say, "take them out and shoot...
June 10, 2008 at 2:20 pm
Do you mean is the login a member of a group that is denied permissions anywhere? No, the login is a member of the local administrators group on both...
May 21, 2008 at 11:19 am
Thanks, Eric, that really helps.
I tried the copy database wizard to copy one DB from SS2000 to my laptop that has SS2005. I get this error:
While trying to find...
May 20, 2008 at 4:23 pm
How big is your CSV file? If it's relatively small, and you are writing an app anyway, why not just write some code in the app to suck up...
May 16, 2008 at 3:48 pm
IF (@return_the_error > 0)
RETURN @return_the_error
Also, consider this when trying to create a table:
IF NOT EXISTS (SELECT * FROM INFORMATION_SCHEMA.tables where table_name = 'Fred')
BEGIN
create table fred (col...
April 29, 2008 at 4:15 pm
Truncated? Do you mean you were expecting 8000 characters and got less? What does your input data look like?
April 29, 2008 at 4:02 pm
Matt Miller (2/27/2008)
February 27, 2008 at 9:38 am
More Groucho:
"Don't leave in a huff, leave in a hurry. If you can't leave in a hurry, leave in a taxi."
February 19, 2008 at 3:46 pm
From The Suspect, by John Lescroat:
The albacore will have their vengeance.
February 19, 2008 at 3:44 pm
My first job after college was for a US govt agency. Different divisions of the agency could elect to pay overtime, give comp time, or nothing for working over...
February 19, 2008 at 3:39 pm
There's a command line version of bcp. See BOL.
February 19, 2008 at 3:19 pm
Thanks very much.
February 19, 2008 at 3:16 pm
Viewing 15 posts - 61 through 75 (of 323 total)