Viewing 15 posts - 16 through 30 (of 115 total)
Hi,
Tools-->Options-->Query Results-->Default location for saving query results--> <Your path>
Thank you
Oops...Sorry -- I just noticed you are asking about saving query, not the result. It may be a registry change?!!?
May 27, 2010 at 9:31 am
Hi,
Try querying sys.master_files table in Master database.
Thank you
May 27, 2010 at 9:08 am
Hi,
If it is on the same instance and data inside tables is small, then
select * into "Backup Table Name" from "source table"
But it will copy only the data not the...
May 26, 2010 at 8:48 am
Hi,
The changes you mentioned (Creation of Table , Insert Some Value in that table ) will be reflected through log shipping.
Once you recover the database (from restoring mode), the...
May 26, 2010 at 8:40 am
Hi,
Yes; And make sure to transfer the logins and map them accordingly on the databases.
Thank you
May 25, 2010 at 8:05 am
Hi,
If it is fine, then try detaching the database and attache again, this time note the message that is displayed and post it. That might help finding if the issue...
May 24, 2010 at 9:42 am
Hi,
Backup database task does not freeze database; users will not be dropped; They can connect to the database and work.
Thank you
May 21, 2010 at 9:00 am
Hi,
It could be anything like table, procedure, function, user, constarint etc., etc., etc., You can query sys.sysobjects table for the objects under the database.
Check the link below:
http://msdn.microsoft.com/en-us/library/ms177596.aspx
Thank...
May 19, 2010 at 6:47 am
Hi,
May be you can query sys.sysprocesses table for details like hostname, programname etc.,
Thank you
May 18, 2010 at 8:04 am
May 18, 2010 at 8:02 am
Hi,
under the security node, a 'login' is created. It is instance specific. It is to logon to the instance. When a login is given access to a database, a user...
May 17, 2010 at 9:33 am
Hi,
I am not sure if we can use CONVERT function in INSERT statement; but you can use CONVERT while retrieving Datetime data in the format you want. Check the link...
May 13, 2010 at 4:53 am
Hi,
Script the logins from Master DB; Script the Jobs from MSDB;
Move the databases using either Detach\Attach or Backup\Restore to the new instance
Run the login script on Master
Create the jobs...
May 12, 2010 at 4:50 am
Hi,
-->Start SQL service with trace flag -T3608 (which prevents SQL server from automatically starting and recovering any database except Master database).
--> Rebuild MSDB using INSTMSDB.sql from service pack files
Thank you
May 11, 2010 at 9:08 am
Hi,
Generally restore from a backup is a good option here, but as you said, the backups do not exist now, may be re-building MSDB might be the next option. But...
May 11, 2010 at 7:37 am
Viewing 15 posts - 16 through 30 (of 115 total)