Viewing 15 posts - 46 through 60 (of 115 total)
Hi,
If I have understood it correctly, accessing SQL 2008 instance from SQL 2005 client?
Yes, you will be able to access. But, you wont be able to access 2005 or 2008...
March 3, 2010 at 9:06 am
Hi,
SQL 2000 client returns the message that you must use SQL Server 2005 Management Studio; But, you should be able to open from SQL 2005 client with out any issues.
March 3, 2010 at 8:59 am
Opps..My mistake!!! No need to stop any service for detach/attach of user DBs...
March 1, 2010 at 9:49 am
Hi...
Its not the Agent service, but the SQL Server service should be stopped. But, there are other things need to be considered, like - informing the business users about the...
March 1, 2010 at 9:20 am
Hi,
If you are specifically looking for a query to run to get the job info...I think you can query MSDB. The tables like sysjobs, sysjobactivity, sysjobsteps, sysschedules etc., hold the...
January 21, 2010 at 9:34 am
May 11, 2009 at 1:22 am
Hi,
I think you can query SYSPROCESSES table; there is DBID returned and corresponding DB can be found from SYSDATABASES table.
March 5, 2009 at 10:11 pm
Hi,
Using arguments like (REPAIR_ALLOW_DATA_LOSS | REPAIR_FAST| REPAIR_REBUILD), the CHECKDB errors can be repaired. (Check BOL for more info. as these options need to be used catiously. There may be loss...
January 27, 2009 at 9:20 pm
Hi,
You may check if there are any blocks being created while these jobs run. See if there are any other jobs (optimization jobs like reindexing; consistency checks) running at the...
January 27, 2009 at 9:11 pm
Hi,
Check in BOL for all the options and syntax for sp_dboption. Links from MS here:
http://msdn.microsoft.com/en-us/library/aa933268(SQL.80).aspx (SQL 2000)
http://technet.microsoft.com/en-us/library/ms187310(SQL.90).aspx (SQL 2005)
January 23, 2009 at 3:25 am
Hi,
Is there any specific reason that it should be a batch file. A SQL job can also be created with those T-SQL coomands and can be scheduled to run at...
January 20, 2009 at 3:46 am
Hi,
I think it stands for "internet".
This is some info I got from one forum:
--Starting in 1999 with Version 8i, Oracle added the "i" to
the version name to reflect support...
January 12, 2009 at 1:54 am
Hi,
You may try querying "sysprocesses" table (Master database) and apply filter on the rquired column.
December 24, 2008 at 12:31 am
Hi,
Table "Restorehistory" in MSDB holds this information.
November 17, 2008 at 1:06 am
Hi,
Primary Key is a constraint that 'uniquely' identifies a row in a table. Check Books On Line for more information.
November 12, 2008 at 11:31 pm
Viewing 15 posts - 46 through 60 (of 115 total)