Viewing 15 posts - 916 through 930 (of 1,366 total)
Hi Mardus,
Thanks for the info..
Do u have issue only when u take log backup or all type of backup??
Is that will any particular database??
If yes please provide the structure of...
June 4, 2010 at 12:58 am
First thing u should check is the error logs..
Post wats there in that error log..
Can u please tell me what exactly u trying to achive??
Why Full-diff -full and then log...
June 4, 2010 at 12:35 am
U CHANGE THE OWNER BY
use master
GO
EXEC [DB_NAME].dbo.sp_changedbowner @loginame = N'LOGIN_NEW', @map = false
GO
June 3, 2010 at 12:17 am
create a table having similar strucutre as that of the file and then using bcp insert the data??
May 28, 2010 at 1:10 am
Thanks Jeff.That was really nice example and i liked the way u explained simple but really powerful so that noone will forget
May 27, 2010 at 10:24 pm
Can you please let me know how to group users??
May 27, 2010 at 7:29 am
Chechk this link
http://msdn.microsoft.com/en-us/library/ms186865.aspx
you can understand each and every options of a backup
May 27, 2010 at 3:20 am
NOFORMAT keeps the media header(default)
NOINIT options appends the backup to existing backup(default)
May 27, 2010 at 3:19 am
Thanks Perry..
What if we need to give different usrs diffrent privileages??
Can we give different privileges to different users using same role?
May 26, 2010 at 3:43 am
Have u tried using SSMS??
16 is right for sp_attach_db
May 26, 2010 at 1:39 am
You can detach and move the files to new loation and attach ..You can specify the location when u use the GUI
May 26, 2010 at 1:16 am
Viewing 15 posts - 916 through 930 (of 1,366 total)