Viewing 15 posts - 106 through 120 (of 147 total)
I don't think anyone has brought up many of the questions that are driven by non-dedicated instances:
Do you require any server-level role rights and why if yes?
Do you...
February 20, 2008 at 7:14 pm
Always been a big fan of the WROX series - easy to read, yet detailed at the same time. I've hit the series as a noob going into SQL...
February 20, 2008 at 6:54 pm
You touched on the solution yourself, create an SSIS package with an FTP task that accomplishes what you want (grabbing .bak and .trn files from Server A and FTP-ing them...
February 20, 2008 at 6:49 pm
How familiar are you with SQL Server Management Studio? You could script out the database tables and format it to fit your "data dictionary" needs.
February 20, 2008 at 4:27 pm
May we ask why you're looking at doing this? Is your DB structure and security changing that frequently that you need to essentially "backup" the structure on a regular...
February 20, 2008 at 4:25 pm
I can attest that leaving the default settings in place, without reserving memory for non-SQL functions even on a server dedicated to only SQL causes problems. We had issues...
February 20, 2008 at 6:05 am
That would be my concern. It's my understanding that it is being deprecated, but I have not seen anything formal on that.
February 18, 2008 at 8:22 am
OK, not to jump on the Backup/Restore bandwagon, but it is the best option and the easiest option.
February 16, 2008 at 6:46 pm
Create a cursor for the users in the database (omitting any users you do not wish to drop) assign it to a variable @user and then use as follows: ...
February 14, 2008 at 8:50 pm
Sounds like you may be able to utilize Notification Services to accomplish this.
February 14, 2008 at 8:35 pm
We use a product called Clarity. It is SQL or Oracle based on the RDBMS-side.
February 14, 2008 at 8:30 pm
I've always used a cursor to dynamically create a SQL statement that will change object ownership. Unfortunately I can not give you that query (PTO and no access to...
February 14, 2008 at 8:17 pm
Chad, are you getting a specific error message?
February 14, 2008 at 7:52 pm
The script you presented would append, not overwrite.
Overwrite = WITH NOFORMAT, INIT
Append = WITH NOFORMAT, NOINIT
February 12, 2008 at 10:07 am
Oh, one more thing, are these drives SAN-attached?
- Tim
February 11, 2008 at 8:00 pm
Viewing 15 posts - 106 through 120 (of 147 total)