Viewing 15 posts - 181 through 195 (of 320 total)
GilaMonster (12/22/2008)
Does the restore database...
Regards,
[font="Verdana"]Sqlfrenzy[/font]
December 22, 2008 at 3:01 am
Find attached the text file....
Regards,
[font="Verdana"]Sqlfrenzy[/font]
December 22, 2008 at 12:57 am
GilaMonster (12/22/2008)
Ahmad Osama (12/21/2008)
however am unable to restore.....For what reason?
Sql server successfully starts in single user mode....however the restore command as I posted doesn't runs....please find attached the snapshot
Regards,
[font="Verdana"]Sqlfrenzy[/font]
December 22, 2008 at 12:33 am
I am using these batch commands to restore master database......
Net Stop MSSQLSERVER
cdset path=C:\Program Files\Microsoft SQL Server\MSSQL.4\MSSQL\Binn
sqlservr -m
sqlcmd -Usa -Psql2005 -Q "restore database master from disk='D:\SystemDatabaseBackups\MasterDatabaseBackup' with replace
Net Stop MSSQLSERVER
Net...
Regards,
[font="Verdana"]Sqlfrenzy[/font]
December 21, 2008 at 11:43 pm
GilaMonster (12/20/2008)
Ahmad Osama (12/20/2008)
Do I need to stop sql server services before starting the instance in single user mode.......
Of course. An instance can't be running twice, it would conflict on...
Regards,
[font="Verdana"]Sqlfrenzy[/font]
December 21, 2008 at 12:01 pm
Jonathan Kehayias (12/19/2008)
http://www.sqldbatips.com/showarticle.asp?ID=62
Not trying to be funny, but you are kind of reinventing the wheel, you just probably don't realize...
Regards,
[font="Verdana"]Sqlfrenzy[/font]
December 19, 2008 at 12:08 pm
Is there any specific order for restoring system database.....
Regards,
[font="Verdana"]Sqlfrenzy[/font]
December 16, 2008 at 1:02 am
I need to prepare a Backup strategy for our application to work with in an hour, If in case client system goes dead....Normally I take backup of user databases...
Regards,
[font="Verdana"]Sqlfrenzy[/font]
December 15, 2008 at 11:02 pm
thanks Gila... SOS_SCHEDULER_YIELD is taking too much CPU...how to solve this issue
Regards,
[font="Verdana"]Sqlfrenzy[/font]
December 11, 2008 at 12:34 am
Jeff Moden (11/23/2008)
So, how did things turn out?
I am down with fever .... will definitely let you know when I will work....
Regards,
[font="Verdana"]Sqlfrenzy[/font]
November 23, 2008 at 9:26 pm
Thanks .... Jeff ...I was running short of time....so I decided to do this in SSIS......
I will certainly review your code....actualy...I think its better to write these things rather than...
Regards,
[font="Verdana"]Sqlfrenzy[/font]
November 21, 2008 at 10:42 am
Jeff Moden (11/19/2008)
Show me your code so I can modify it for you.
the code is same as posted earlier......I don't know how to traverse the directories....do u have a logic...
Regards,
[font="Verdana"]Sqlfrenzy[/font]
November 20, 2008 at 1:22 am
Jeff Moden (11/17/2008)
Ahmad Osama (11/17/2008)
Hi Jeff,How to traverse a directory/subdirectory to save all file into a table.....
One problem at a time... have you gotten to the point where you can...
Regards,
[font="Verdana"]Sqlfrenzy[/font]
November 19, 2008 at 1:16 am
Rajesh (11/18/2008)
Hi,Are you missing the path of your file 😉 ?
Raj
I don't think so......
As if I pass the full path in the variable it still gives the same error....
Regards,
[font="Verdana"]Sqlfrenzy[/font]
November 18, 2008 at 9:22 pm
thanks bhawna......
Actualy I was looking for a solution in SSIS......
I created a ForEach loop container and a variable "GetFile" under a variable mappings in foreach loop container.
I then created an...
Regards,
[font="Verdana"]Sqlfrenzy[/font]
November 18, 2008 at 10:44 am
Viewing 15 posts - 181 through 195 (of 320 total)