Viewing 15 posts - 1,096 through 1,110 (of 5,103 total)
Matt Miller (6/23/2008)
Anders Pedersen (6/23/2008)
Sounds like you are starting out how many of us started 🙂I think my first title was Underwriter/Client Server Application Support.
My first title sounded a little...
June 23, 2008 at 3:31 pm
amdavis (6/23/2008)
I'm trying to run a query on time but my date and time are in the same field.
Example I'm trying to get the rows between 6/22/2008...
June 23, 2008 at 3:19 pm
Dfalir (6/23/2008)
I have a table with articleid and article_data as columns. Article_data is a column of ntext(4000) type.
Inside it contains xml code of a page containing articles. I...
June 23, 2008 at 3:13 pm
I have to disagree with your statement "again". The fact that BIGINT is the datatype does not by any means implies that the values are going to be very different....
June 23, 2008 at 3:01 pm
@@ROWCOUNT, @@IDENTITY and @@ERROR should be all read at ONCE.
IF you have two rows and no triggers is definitely because you call it twice 😉
June 23, 2008 at 11:32 am
The cost shows as 14.7% higher (a clear win), but the page reads and amount of data put through the CPUs is identical. The only difference in the plans...
June 23, 2008 at 11:26 am
You will need a "last_updated" column on all your tables. Do you have that ?
June 23, 2008 at 11:20 am
You could use TOP and a while loop to control the number of rows updated. No matter what you should be either taking transaction log backups frequently or ensure you...
June 23, 2008 at 11:19 am
use:
cast ( field as varchar(max) )
June 23, 2008 at 11:14 am
posting what your proc does and some sample tables (and indexes on those tables) could help us help you 😉
June 23, 2008 at 10:29 am
TheSQLGuru (6/23/2008)
noeld (6/23/2008)
TheSQLGuru (6/20/2008)
noeld (6/20/2008)
you must definitely "limit" the Time column with a "range" once you do that you should be fine.
This is being done. The combination of top...
June 23, 2008 at 10:25 am
Peso (6/23/2008)
Also asked and answered here
This is funny 🙂
June 23, 2008 at 9:41 am
TheSQLGuru (6/20/2008)
noeld (6/20/2008)
you must definitely "limit" the Time column with a "range" once you do that you should be fine.
This is being done. The combination of top 100 and...
June 23, 2008 at 9:30 am
dbirchok (5/21/2008)
June 23, 2008 at 9:13 am
schwizzla (6/23/2008)
June 23, 2008 at 9:05 am
Viewing 15 posts - 1,096 through 1,110 (of 5,103 total)