Viewing 15 posts - 46 through 60 (of 68 total)
Solution of Hans should work, but beware that you don't kill processes like cbcc checkdb and backup / restores....
Another option is to use the query governor setting (see BOL). I've...
June 24, 2005 at 3:51 am
June 15, 2005 at 1:56 am
and last but not least
(8) reserve lots of time
June 15, 2005 at 1:47 am
Hi
Before you create a clustered index, allways ask yourself -
1 - oltp or olap ?
2 - are there many range lookups?
3 - how big (datatype) is the column that...
June 15, 2005 at 1:44 am
you're lucky if you're looking for the primary key indexes... That's in the sysobjects...
JP
June 8, 2005 at 2:01 am
Hi,
Had this once myself. Turned out to be a distributed tran. Stopped and restarted ms DTC and problem solved.
hth
JP
June 6, 2005 at 1:42 am
Hi all,
Just shrinking won't do you any good. You're having the issue of the active log pointer being in the end of the transaction log file. (see my script
June 6, 2005 at 1:37 am
Ton
Almost forgot: if you have more questions: just ask.
JP
June 3, 2005 at 3:39 am
Hi,
At our company we also use Exact Software (I agree with you - this kind of software is strange!) and for backups we use the SQL Backup command, performed by...
June 1, 2005 at 2:10 am
Placing a column on a single line is easier when you're developing new queries. You can easily place a remark BEFORE the field or AFTER the field (esp. if you...
May 26, 2005 at 6:19 am
About formatting: please do write neat statements. In my job as a DBA I do a lot of DB & app optimizing and it's nice to have good formatted statements....
May 26, 2005 at 1:06 am
you're right! Got confused with vb & vbscript
JP
April 8, 2005 at 7:50 am
Hi,
You declare variables as int, which can hold 32768 as maximum number.
Declare maxID and CurentID as bigint (or numeric) and you're fine!
JP
April 8, 2005 at 7:31 am
make sure it's the only command in your batch.
hth
JP
March 10, 2005 at 6:23 am
try this:
http://www.tech-archive.net/Archive/SQL-Server/microsoft.public.sqlserver.dts/2004-06/0609.html
JP
March 9, 2005 at 4:13 am
Viewing 15 posts - 46 through 60 (of 68 total)