Viewing 15 posts - 17,656 through 17,670 (of 26,489 total)
Could be me, but I didn't see any differences between the two strings.
Edit: And yes, there is a way to fix it, I just can't remember it off the...
January 5, 2010 at 11:34 am
The RESTORE will not add a new datafile. To do so, you first restore the database, then you ALTER it to add the second datafile.
January 5, 2010 at 11:29 am
Has to do with how the string values are actually concatenated. IIRC, straight concatenation, @Var1 = @Var1 + @Var2 for instance, actually copies the data from @Var1 and @Var2...
January 5, 2010 at 11:26 am
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
Viewing 15 posts - 17,656 through 17,670 (of 26,489 total)