Viewing 11 posts - 1 through 11 (of 11 total)
SQL 2008 Packages wont work on SQL 2016. You may need to redevelop project on SQL 2016 Visual studio.
October 31, 2016 at 11:44 am
You can store the trace into a table and then execute the query to get specific data from one user only...
June 9, 2008 at 8:09 am
In your query if you write like "prod.dbo.tablename" then SQL server take it like prod as ur datbase name,dbo as schema and tablename as table name you are trying to...
April 7, 2008 at 1:18 pm
You Can use this Extended stored procedure for that....master.dbo.xp_delete_file
April 4, 2008 at 8:13 am
Goto Management Studio, Management folder....New Maintenance Plan...Give name as "Cleanup Backup" Choose "Maintenance Cleanup Task" and configure that task by providing "backup folder path" and "file extension"..
That will do it.
April 4, 2008 at 7:19 am
Thanks folks..Will let you know the result...I Appreciate
March 20, 2008 at 11:34 am
You can see date created for objects from object explorer in sql server 2005. For that Just choose "Details" option from object explorer
February 5, 2008 at 2:17 pm
I got the answer from this same forum....here is the method to find out port number of sql server 2005
Sql Server Configuration Manager >
Sql Native Client Configuration >...
February 1, 2008 at 12:49 pm
What about SQL server 2005? How to get port number of sql server 2005 instance?
February 1, 2008 at 12:02 pm
Viewing 11 posts - 1 through 11 (of 11 total)