Viewing 15 posts - 61 through 75 (of 149 total)
That's the complete sp. Accountdb is a database, accounts is a table.
August 22, 2011 at 10:55 am
GregoryF (8/24/2010)
Comments posted to this topic are about the item <A HREF="/scripts/Reindex/70985/">Index defrag script (21005/2008)</A>
When I try to run SQL 2008 R 2 Service Pack 2:
Msg 102, Level 15, State...
August 15, 2011 at 2:10 pm
I would have 40,000 files in that one directory. It helps to keep things tidy.
August 15, 2011 at 8:50 am
Here it is for SQL 2005 using subdirectories for each database backup file:
/*************************************************************
Script made by : Lester A. Policarpio
Email Address : lpolicarpio2001@yahoo.com
Date Created : September 03, 2007
--=UPDATES=--
January 17, 2008
- Solved...
August 15, 2011 at 8:23 am
stakes (8/15/2011)
Obviously the file 'D:\sqlbackups\admin_backup_201108141900.bak' doesn't exist on your system. Please check if the file is present first. Is the name exactly the same as 'admin_backup_201108141900.bak'?
Again, each database backup...
August 15, 2011 at 8:09 am
All of my databases are in subdirectories so I changed
SET @pathension = 'dir /OD/S '+@Path+'*20110814*.'+@Extension
Msg 3201, Level 16, State 2, Line 1
Cannot open backup device 'D:\sqlbackups\admin_backup_201108141900.bak'. Operating system error 2(The...
August 15, 2011 at 7:17 am
Thanks for the explanation.
That sort of explains a restart as we are not supposed to be "involved" on that server at the moment (go figure), but I was curious and...
August 5, 2011 at 11:12 am
I had tried both surface area config and run as administrator. The only thing I noticed was signing on one domain worked, while the other did not work. ...
June 14, 2011 at 3:52 am
I had same problem. Only solution seemed to be to install SSMS 2008.
http://www.sqlservercentral.com/Forums/Topic1120593-149-1.aspx
June 13, 2011 at 6:28 am
Weird when I open in Notepad++, I see just the lf, but with Ultraedit it shows the paragraph symbol, humph...
May 16, 2011 at 1:08 pm
I have added msdb.dbo to various tables on the actual script that it creates...
--Reverse_Engineer_database_Mail_Settings.sql
USE msdb
GO
Declare @TheResults varchar(max),
@vbCrLf CHAR(2)
SET @vbCrLf = CHAR(13)...
May 13, 2011 at 1:49 pm
I'm getting an error
use master
go
sp_configure 'show advanced options',1
go
reconfigure with override
go
sp_configure 'Database Mail XPs',1
--go
--sp_configure 'SQL Mail XPs',0
go
reconfigure
go
--#################################################################################################
-- BEGIN Mail Settings JoeJohns
--#################################################################################################
IF NOT EXISTS(SELECT * FROM msdb.dbo.sysmail_profile WHERE name = 'JoeJohns')...
May 13, 2011 at 1:41 pm
Yes we do have a dev database server and will be getting one for SQL 2008. We will be testing there.
I did run the upgrade advisor and it found...
March 10, 2011 at 8:55 am
Is there a particular reason that the database is still in 2000 compatibility mode?
They haven't test for SQL 2005 yet.
January 29, 2011 at 1:01 pm
Viewing 15 posts - 61 through 75 (of 149 total)