Viewing 15 posts - 21,631 through 21,645 (of 26,484 total)
Jeff Moden (4/7/2009)
Actually, there are a dozen or so good folks on this forum that I'd like to see get the MVP.
I did a little more reading, Jeff. As...
April 7, 2009 at 1:38 pm
Steve Jones - Editor (4/7/2009)
Arguably I haven't contributed anything substantial to the SQL knowledge base in quite some...
April 7, 2009 at 11:21 am
Using SELECT * is just lazy. Do all the queries that are being run need all the columns from all the rows everytime? that is the question I'd...
April 7, 2009 at 8:35 am
Bob Hovious (4/7/2009)
Yet the poster apparently has more control than you would think 😉
Actually, depending on what and how they are doing things, there are "ways" around the tools. ...
April 7, 2009 at 8:25 am
Bob Hovious (4/7/2009)
You can tell that from the table and column names, I suppose.
Yes. I provide SQL Server support for our PeopleSoft developers, so I have learned a bit...
April 7, 2009 at 8:05 am
Jeff Moden (4/7/2009)
Jeff Moden (4/6/2009)
Lynn Pettis (4/5/2009)
April 7, 2009 at 8:01 am
saranram_forum (4/7/2009)
Hi,I need T-SQL.Pls give the solution.
Solution to what? You haven't provided us with enough information do help you yet. Have you read...
April 7, 2009 at 7:51 am
Looks to me like that may be a third party or in-house routine. I'm not familiar with it and a search of the web on Google and Yahoo don't...
April 7, 2009 at 6:21 am
Not really sure, you haven't told us much. Are you getting an error of some sort? If so, what is the error you are receiving? That would...
April 6, 2009 at 11:38 pm
Roy Ernest (4/6/2009)
And it is no surprise that Lynn is dealing very patiently. He is THE SAINT.. 🙂Next I want to see Lynn being nominated as MVP...
I appreciate the sentiment,...
April 6, 2009 at 11:03 pm
Run the following code, putting the output to a .txt file and upload that file here.
RESTORE FILELISTONLY FROM DISK = 'C:\SASE\DatabaseOldBackup\SASE041202'
April 6, 2009 at 11:00 pm
vrabhadram (4/6/2009)
i have only the backup of this databse. at present we dont have that server.
RESTORE DATABASE SASE
FROM DISK = 'C:\SASE\DatabaseOldBackup\SASE041202'
WITH REPLACE, MOVE 'SASE_log2' TO...
April 6, 2009 at 10:57 pm
If you remember, I also asked you for the logical and physical files names. To assist further, I will need this information from both servers for this database.
April 6, 2009 at 10:48 pm
Simple answer, the server you are attempting the restore on is not configured the same as the server from which you are attempting a restore.
Since they are not the same,...
April 6, 2009 at 10:44 pm
Please explain why the error is comming.The backup set holds a backup of a database other than the existing 'SASE' database
I'm not really sure what you mean by...
April 6, 2009 at 10:28 pm
Viewing 15 posts - 21,631 through 21,645 (of 26,484 total)