Viewing 15 posts - 17,656 through 17,670 (of 26,484 total)
CirquedeSQLeil (1/5/2010)
Krasavita (1/5/2010)
[Microsoft SQL-DMO] Error 21268: [SQL-DMO]Row or column specified is outside the range of the specified query result set.
this is what...
January 5, 2010 at 11:17 am
So what is the problem? Are getting an error message?
January 5, 2010 at 10:15 am
You said the job failed and asked if we knew why. Based on your original post, no. Read the contents of the file shown, it should tell you...
January 5, 2010 at 10:14 am
You may want to look here: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\Model DB Maintenance Plan0.txt
January 5, 2010 at 9:47 am
Open up Books Online (from within SSMS, press the {f1} function key). Read about RESTORE HEADERONLY.
January 5, 2010 at 8:57 am
river1 (1/5/2010)
Can i do this with backups of databases that are in SQL Server 2000? or this is only for 2005 and 2008 databases?Thank you
Try it. As long as...
January 5, 2010 at 8:48 am
What is the configuration of the development server (total server memory, disk drives (raid type or not, etc)? How are the instances configured (min/max memory, etc)?
January 5, 2010 at 8:46 am
You might want to take the time to read RESTORE HEADERONLY in BOL.
January 5, 2010 at 8:38 am
river1 (1/5/2010)
In my case i think i can not Lin, because what i receive is a simple backup file.e.g
databasename.bak with only one backup inside
RESTORE HEADERONLY
FROM disk = 'databasename.bak';
January 5, 2010 at 8:35 am
Look up RESTORE HEADERONLY in BOL (Books Online, the SQL Server Help System).
January 5, 2010 at 8:28 am
lbrigham (1/5/2010)
I'm looking for a better way of doing the below as what I'm doing now results in a table scan and I know there's a...
January 5, 2010 at 7:47 am
Thank you for telling us this is a SQL Server 2000 instance. I have asked to have this thread moved to the appropriate SQL Server 2000 forum.
January 5, 2010 at 7:33 am
Viewing 15 posts - 17,656 through 17,670 (of 26,484 total)