Viewing 15 posts - 16 through 30 (of 44 total)
Verify both the SQL Server logs and...
May 8, 2017 at 7:44 am
Hi,
Thanks for your support with this.
Brandie, I just checked the default backup folder and there is no RestoreCheckpointDB7.CKP file there. Are these created automatically and then dropped when the restore...
May 8, 2017 at 5:27 am
Hi Gail,
Hope you had a cool weekend.
I've now scripted out the restore command:
USE
May 8, 2017 at 3:33 am
Thanks for responding so quickly.
I didn't run the restore using TSQL, I'd used the Restore Database GUI / wizard via right-clicking the Databases folder in Object Explorer.
Your...
May 5, 2017 at 7:21 am
Hi again!
I've sorted out the original problem by opting for uninstalling "SQL Server (64bit)" instead of SQL Server.
Now I can see the "Select Instance" screen and the...
April 10, 2017 at 6:37 am
Hi James,
Just to chime in with how I got started...
I got hold of a SQL Server Developer edition (they're free now) and started playing and practicing...
April 6, 2017 at 8:13 am
Thanks both for the suggestions; really helpful.
The server will be a development environment, so I am expecting users to do dumb things that could cause rapid growth to the...
April 5, 2017 at 9:58 am
Thanks to you all for the great advice and guidance on this thread from the end of last week.
It's really helpful to have the reasons / rationale to back up...
October 24, 2016 at 3:52 am
Grant Fritchey (10/20/2016)
Brandie Tarvin (10/20/2016)
I think you misunderstand what Grant meant by cross-database querying.
If you separate out the data into individual databases, how many queries will have to touch these...
October 21, 2016 at 2:28 am
This is solid gold stuff from you both, thanks for helping out so quickly.
How much cross-database querying is there? If little to none, yeah, keep 'em separate. If lots,...
October 20, 2016 at 8:04 am
...our workflow goes like this:
Build in Dev
Unit Test in Dev (this is done by the developers)
Add to appropriate folder in TFS (we have monthly releases and each release folder is...
October 20, 2016 at 4:32 am
Thanks for the advice and offers of help everyone.
I've been mapping out the current situation, and the next step is to do the same for my proposed solution. My...
October 12, 2016 at 9:53 am
Hi Grant,
Thanks for your help and advice here - really appreciated.
That's a great suggestion to use a backup to create the development environment; I wouldn't have thought of that...
October 12, 2016 at 7:29 am
Hi,
Thanks everyone for your helpful suggestions. Some cool approaches that I wouldn't have thought of at all.
PB_BI: I ran your code and it works great. I found just 3 reports...
July 11, 2016 at 9:25 am
Viewing 15 posts - 16 through 30 (of 44 total)