Viewing 15 posts - 1,426 through 1,440 (of 6,105 total)
A trigger has many of the same rules as stored procedures. The main exception is you can't execute a trigger; it fires based on the parameters of the trigger (for...
November 16, 2007 at 7:57 am
Not unless someone dropped it (and in those cases it was unintentional such as they were in Enterprise Manager and accidentally deleted a column).
November 16, 2007 at 7:54 am
It looks like it's generating a scalar to serve as a row check for the INSERT into TempDB. If you follow the output of each step, you'll see that generates...
November 16, 2007 at 7:49 am
You're going to probably want to look at Full-Text searches against the name and description fields (you'll have to set that up and schedule the updates). That will speed up...
November 16, 2007 at 7:40 am
Jack Corbett (11/16/2007)
November 16, 2007 at 7:36 am
There's quite a bit of information about schemas in the SQL Server 2005 Books Online (documentation that comes with SQL Server). If, however, you're familiar with the concept of namespaces,...
November 16, 2007 at 7:29 am
majorbloodnock (11/16/2007)
November 16, 2007 at 6:49 am
jayanth j kurup (11/16/2007)
November 16, 2007 at 6:23 am
majorbloodnock (11/16/2007)
November 16, 2007 at 6:20 am
Jurriaan Themmen (11/16/2007)
November 16, 2007 at 6:11 am
USB and portable devices can often be encrypted. The major HDD encryption vendors out there... Safeboot, Utimaco, PointSec, etc., all have products that do so automatically when inserted. However, they...
November 15, 2007 at 10:13 pm
You can run the Microsoft SQL Server 2005 Upgrade Advisor to see what issues, if any, are present in the databases to migrate. This will tell you if leaving the...
November 15, 2007 at 8:24 pm
MP (11/15/2007)
November 15, 2007 at 8:18 pm
I'm reading in a few other places that you need to set your database compatibility mode to 90 (SQL Server 2005). Is this possible?
November 15, 2007 at 7:38 pm
No. I hadn't had time to experiment to see what exactly is needed for this.
November 15, 2007 at 1:49 pm
Viewing 15 posts - 1,426 through 1,440 (of 6,105 total)