Viewing 15 posts - 49,636 through 49,650 (of 59,078 total)
I dunno... I'm thinking that's about the 100th 64 bit related performance problem that I've seen in the last month or so... I'm thinking the 64 bit version is like...
June 26, 2008 at 7:29 pm
With the information given, I would say the xyz.exe has a problem that needs to be repaired. Just because it compiles doesn't mean it's right... 😉
June 26, 2008 at 7:26 pm
You can get an accurate rowcount from sys.indexes if you first run DBCC UpdateUsage(0)
It'll be a lot faster than getting a row count from every table in a database with...
June 26, 2008 at 7:20 pm
Yes... you need to (must) use a BCP Format file to do this with Bulk Insert... the double-quote part of the delimiter you want (two charters... either ," or ",)...
June 26, 2008 at 7:14 pm
o2srule (6/26/2008)
June 26, 2008 at 7:05 pm
OSQL utility might be better... it will do everything that SQL Server will do... ISQL doesn't have all the features (if I remember correctly).
June 26, 2008 at 6:45 pm
SELECT DATEADD(dd,DATEDIFF(dd,0,GETDATE()),0),
GETDATE()-DATEADD(dd,DATEDIFF(dd,0,GETDATE()),0)
June 26, 2008 at 6:36 pm
jjssilva (6/26/2008)
Check Buffer Cache values. Also, how big are the Databases?The DB shouldn't take more than 80% of the available RAM.
So... what do you do when you run against a...
June 26, 2008 at 6:34 pm
Mark... does your Tally table have a clustered PK on it?
June 26, 2008 at 6:28 pm
Heh... no problem... if you think no coffee is bad, I'm trying to quit smoking... got anyone you want to take to a porkchop dinner? 😀
June 26, 2008 at 6:07 pm
toniupstny (6/26/2008)
June 26, 2008 at 5:52 pm
venki (6/26/2008)
Especially Jef and Pduplessis,
Heh... I think it's a bit funny that you can spell "Pduplessis" correctly, but not "Jeff"... 😛
June 26, 2008 at 5:47 pm
Yep... "Read Committed" is the default on most of the other editions (At least Standard, Enterprise, and Developer's Editions... dunno about the others). Thanks for the tip on the...
June 26, 2008 at 5:43 pm
jthomastx (6/26/2008)
June 26, 2008 at 5:32 pm
Viewing 15 posts - 49,636 through 49,650 (of 59,078 total)