Viewing 15 posts - 56,011 through 56,025 (of 59,078 total)
You can protect your database if you create it as a separate instance of SQL Server and make "linked servers" for the client to yours... of course, linked servers create...
June 26, 2007 at 7:15 am
Sorry... not familiar with either the tool or the product, Lakshmi.
Can anyone else help Lakshmi?
June 26, 2007 at 7:11 am
Does it support the following query?
SELECT * FROM SysIndexes
June 26, 2007 at 6:51 am
In that case, the answer to your original question is "YES".
I suppose I shouldn't mention it because it is outside the original question, but shrinking the file and having it...
June 25, 2007 at 7:01 pm
None... we don't use replication for replication ![]()
Anyway, wasn't meant to be a challenge, Noel... was just curious.
June 25, 2007 at 6:41 pm
If it's mission critical as you say, why not just buy some more harddisk space? That's a lot cheaper than losing data...
June 25, 2007 at 2:51 pm
Just curious, Noeld... how many databases have you built with a Sequence table of this nature?
June 25, 2007 at 2:42 pm
The SET statement does not allow the following...
SET #TempRecordsToCreate.ShortName = CODE_PROGRAM.CODE_VALUE
Remove the code in red and it should work fine...
June 25, 2007 at 2:35 pm
>>but it executes faster than your user cursor
Who's "user cursor" solution are you talking about, Sugesh?
June 24, 2007 at 11:53 pm
Heh... appreciate that, David... now, all I have to do is convince Eamon as to what a terrible mistake using that type of sequence table is
June 24, 2007 at 11:45 pm
There might be something else going on, but can't tell unless you post the sproc ![]()
June 24, 2007 at 11:36 pm
Step 1. Nominate the current DBA for a "Darwin Award".
Step 2. Fire the current DBA.
Step 3. Promote the developer to DBA with the caveat that if he doesn't impliment the...
June 24, 2007 at 11:33 pm
>>is there a reason you can't do an insert into the sequence table and store scope_identity into a variable
Yes... the sequence table only has one row according to the OP... so...
June 24, 2007 at 10:51 pm
Viewing 15 posts - 56,011 through 56,025 (of 59,078 total)