Viewing 15 posts - 586 through 600 (of 662 total)
When any records are inserted into PMR the trigger must transfer all with closed=1 to the pmr_resolved table and remove any record in pmr where closed=1? SQL 7 or 2000?
February 3, 2003 at 9:22 pm
Really amazing how stuff just disappear!
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q298897
Maybe one should contact Bill & company!
February 3, 2003 at 2:27 pm
Where is ins.@cName defined / supplied from?
January 30, 2003 at 9:08 pm
BOL: Variable names must begin with an at sign (@). Local variable names must conform to the rules for identifiers. For more information, see Using Identifiers.
January 30, 2003 at 9:04 pm
SQL Books Online: Values with the datetime data type are stored internally by Microsoft SQL Server as two 4-byte integers. The first 4 bytes store the number of days before...
January 29, 2003 at 9:43 pm
Suppose DTS to Access, text, comma delimited.
If its a small table there are some sps on web to script the data from a table, even with a if exists on...
January 28, 2003 at 2:51 pm
Agree, sounds like the box maybe running out of steam. Is a SQL only installation or any other applications installed aswell (resources)?
January 28, 2003 at 2:46 pm
Set based is the way to go, if possible.
January 28, 2003 at 1:15 pm
Select Net_Address,NT_Username,Hostname
From master..SysProcesses
Where Spid=@@Spid
January 22, 2003 at 7:55 pm
If possible can you post the actual rule(s) how it to calculated the checkdigit. I think some posters will be able to shorten the statement.
January 22, 2003 at 2:56 pm
QUestion: If one is using full or bulk log with full backup once a day and multi log dumps, in theory a log shrink should not be needed? If the...
January 21, 2003 at 1:23 pm
Yes, makes one think of de Morgan boolean algebra
January 20, 2003 at 1:11 pm
Viewing 15 posts - 586 through 600 (of 662 total)