I know you can exec开发者_开发技巧ute a Job in SQL Server 2005/2008 by sending a call to the Stored Procedure msdb.dbo.sp_start_job.
We have a database with a lot of information about Persons. I won\'t post the entire database structure because it is too big, but it looks something like this:
i have two queries being combined with a UNION ALL1: --Query 1 SELECT Flavor, Color FROM Friends --Query 2
Assume one fine day an admin comes to the office like he always does to do his admin tasks on Sql Server Databases and to his surprise finds a database missing. He has no clue of who dropped it or was
Hi I\'m migrating a few databases from sql 2000 to sql 2008. while running upgrade advisor I got a message that says that there are objects with the Dump/Load sintax. that is not on use anymore.
While I\'m trying to detach a data开发者_开发知识库base through Enterprise Manager, it shows the no. of users accessing the database and it didn\'t allow us to detach without clearing the database con
When the table\'s rows are changed, these changed rows are written to XML,开发者_Python百科 and let me know that the table has been changed.
I\'m having trouble with this stored procedure, could you please help. This is error I\'m getting - running all this via Oracle Sql developer on SQL Server 2000 hosted elsewhere.
In the process of trying to help out an app dev team with performance issues on a SQL 2000 server (from a bunch of Java applications on separate app servers), I ran a SQL trace and discovered that all
I\'m creating a robust date table want to know the best way to link to it. The Primary Key Clustered Index will be on the smart date integer key (per Kimball spec) with a name of DateID. Until now I h