Viewing 15 posts - 496 through 510 (of 2,904 total)
You say the data is in a massive text string....but what data type is the column? According to the BOL, the maximum Bytes per row is 8,060 and you say...
April 3, 2007 at 1:55 pm
Nothing works without TEMPDB. If it grows too big, it will have a chain-reaction down through the rest of the databases, to include making them temporarily unusable. An...
March 21, 2007 at 2:52 pm
ARGH! I needed sleep that day - or maybe I WAS asleep.
-SQLBill
March 21, 2007 at 2:50 pm
This is a SQL Server site....so the DATE TIME format should be YYYYMMDD HH:SS:MM.
At least that's my 2 cents.
-SQLBill
March 20, 2007 at 1:09 pm
Yes. Open Enterprise Manager, expand until you see the database, right click on the database, select Properties, go to the Options tab. You will see Auto Close there,...
March 15, 2007 at 6:00 pm
Go to Services on the server. Find the SQLServerAgent service. Look for the column 'Log on as'. What does the agent use for a login? THAT is what...
March 15, 2007 at 5:56 pm
This is directly from the BOL's section on SET ANSI_NULL
The SQL-92 standard requires that an equals (=) or not equal to () comparison against a null value evaluates to FALSE.
...
When...
March 14, 2007 at 5:33 pm
Daylight Saving Time??? What's that I live in Arizona and we don't do that foolishness.
-SQLBill
March 14, 2007 at 5:24 pm
Wow, we haven't come across that one (SQL logins falling under the domain security policy).
You're going to find out that DTS and SQL Server 2005 don't play well with each...
March 14, 2007 at 5:20 pm
Check the timing. When do you have it scheduled to run? Try running it manually at that time and see if it is just as slow. When you run...
March 14, 2007 at 5:17 pm
Wow, you think you are on a huge learning curve now? And you are just dealing with Management Studio.... Wait til you start with SSIS - that is LOADS...
March 14, 2007 at 3:20 pm
The actual backup file size doesn't mean anything. What are the actual sizes of the data and log files?
The Data and Log files have empty space, that space won't be...
March 14, 2007 at 3:12 pm
That is correct...until TEMPDB is available you can't do anything.
-SQLBill
March 14, 2007 at 1:59 pm
Ouch!!!! I just noticed what I missed before.
copied them from the currently running server onto a CD then onto the laptop.
Can't do that. No, No, No. ...
March 13, 2007 at 2:10 pm
Same with the last value....it's more than 11 digits.
-SQLBill
March 13, 2007 at 2:02 pm
Viewing 15 posts - 496 through 510 (of 2,904 total)