Viewing 15 posts - 211 through 225 (of 346 total)
Did this problem clear up or did it get set to Suspect?
April 2, 2007 at 8:42 am
If sql server was ignoring the case, then you are doing nothing to the sort order by making everything uppercase.
Sql server viewed everything at the same level whether...
March 30, 2007 at 9:41 am
We have ran into web page limitations, but not SQL. We have ran statements that were over 7000 characters in length, with about 99% of that statment being one...
March 30, 2007 at 9:36 am
If you must do it in QA, then do a SELECT SUBSTRING(col1,1,1000), SUBSTRING(col1,1001,2000), . . . FROM table1 and you should be able to see all of the data in...
March 29, 2007 at 6:34 am
I also get a similar error with the line above that one:
Object doesn't suppport this property or method:'cdoLanguageCode'
March 19, 2007 at 11:07 am
Object doesn't suppport this property or method:'Flds.cdoTimeZoneIDURN'
I assume that this is because I'm not defining the ADODB.Fields. I tried to do that with a createobject, but it didn't work....
March 19, 2007 at 10:51 am
Updating COL5 to a text value. I have simplified the query for ease of posting.
That's actually very very similar to what I was trying to explain that I already...
March 15, 2007 at 2:06 pm
I know how to check how much memory my sql server is using, I wanted to know how you were doing it.
I would definitely go to the latest version of...
March 12, 2007 at 6:52 am
You never said how much memory your server had in it. Gotta ask the dumb question, but what is telling you that sql server is using 1.2gb of memory?...
March 8, 2007 at 9:46 am
Not sure if I would feel comfortable to kill a process on a regular basis. I know it's not as dangerous as back in the 6.5 days. I...
March 7, 2007 at 11:43 am
That has got to be the longest single select statement that I have ever seen! I have nightly scripts that process millions of rows of data that aren't that...
March 6, 2007 at 6:56 am
I may be corrected on this, but the reason why you log shrank from 25gb to 2gb in 1 second was because there was less than 2gb of transactions in...
February 26, 2007 at 9:27 am
Colin - good point about the compression on tape, forgot about that. I still wouldn't backup directly to tape, way too slow. We don't backup to tape, we...
February 16, 2007 at 5:49 am
I use WinAce at home. I like the fact that it opens a wider variety of files. We got WinZip at work before I heard about WinAce. ...
February 15, 2007 at 10:26 am
The 2gb file size limit is a limit on the size of a zip file that can be created, not the size of the file to be compressed.
February 15, 2007 at 9:20 am
Viewing 15 posts - 211 through 225 (of 346 total)