Viewing 15 posts - 316 through 330 (of 1,539 total)
- Win. (4/14/2010)
RESTORE DATABASE [AMBD_NEW]
FROM DISK = N'\\AMBD\DBBackups\AMBD.bak'
WITH FILE = 1,
MOVE N'AMBD_new.mdf' TO N'E:\Data\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\AMBD_NEW.mdf',
MOVE N'AMBD_new_log.ldf' TO N'E:\Data\Microsoft SQL...
April 14, 2010 at 5:51 am
THE-FHA (4/14/2010)
April 14, 2010 at 5:41 am
d.srikanth50 (4/13/2010)
please guide me how to...
April 14, 2010 at 5:16 am
sandhyarao49 (4/13/2010)
My question is if I stop the node 1 will all the resources automatically failover to the other node?
Yes it will automatically failover. However, since this is a...
April 14, 2010 at 5:12 am
shinobigoh (4/13/2010)
my sql server 2000 database crasheddo u know any way to get the instance and database name without querying
You dont remember your instance name and database name?
for database names,...
April 14, 2010 at 5:07 am
- Win. (4/14/2010)
UAT server : Database should be backed up to E:\UATBkp\AMBD.bak
Read about Backup Database from BOL. You'll get help on how to backup a database.
DEV server : The...
April 14, 2010 at 5:06 am
vmssanthosh (4/13/2010)
Also give me some tips on using indexing. they are expecting nearly 1 lakh records perday in this table. i already did table partitioning monthwise.
You should analyze queries which...
April 14, 2010 at 4:57 am
You can also consider using LiteSpeed as your backup/restore tool..
April 14, 2010 at 4:46 am
THE-FHA (4/14/2010)
What if you want to run the script every day as a job that must run after business hrs Instead of inserting a date value?
The query that Perry gave...
April 14, 2010 at 4:44 am
Can you post table structure and sample data?
This site will help you in posting the same.
http://www.sqlservercentral.com/articles/Best+Practices/61537/
April 13, 2010 at 10:47 am
Go through these articles written by Gail Shaw n u'll get a fair idea on how to deal with slowness.
April 13, 2010 at 10:14 am
You can add an article to an existing publication.
Refer :
http://deepakrangarajan.blogspot.com/2009/01/sql-2005-transaction-replication-adding.html
April 13, 2010 at 10:11 am
igngua (4/13/2010)
scenario;
col1 col2
ID1 datetime1
ID1 datetime2
ID2 datetime3
ID2 datetime4
I...
April 13, 2010 at 10:05 am
try selecting windows authentication and login to the system. If you have not removed builtin\administrators(it's present by default), you'll be able to login using ur windows login..
April 13, 2010 at 4:14 am
Jacob Golden (4/12/2010)
April 12, 2010 at 10:50 am
Viewing 15 posts - 316 through 330 (of 1,539 total)