Viewing 15 posts - 91 through 105 (of 190 total)
In your case
you should follow the following steps.
1. restore database <dbname> from file = '<full backup file path>' with norecovery
2. restore database <dbname> from file = '<Diff backup file path>'...
October 11, 2013 at 6:52 am
easy one, very easy point.....
And, these kind of QOTD are already been posted...... 🙂
October 10, 2013 at 10:50 pm
THIS THREAD IS DEFINITELY GIVING A LOT TO LEARN.
SPECIALLY THIS:
SELECT 'One row'
WHERE 1 = 0
HAVING 0 = 0;
October 9, 2013 at 1:32 am
have been using CTE along with Row_number function to delete duplicate records.
nice article. 🙂
October 8, 2013 at 11:45 pm
very easy one to start your day.
going back to basics 🙂
October 8, 2013 at 10:36 pm
well, u r on a great site already.......!!! 🙂
October 7, 2013 at 2:42 am
Nice and Easy Question to start the week.
🙂
October 6, 2013 at 11:01 pm
nice question to end the week.
🙂
sql server 2014 seems to be very visionary.........
October 3, 2013 at 10:41 pm
it totally depends on your choice,,,, and this is totally personal to choose between them,,
i prefer to choose C#, because,
my teammates are working on c#, so i get help from...
October 3, 2013 at 1:01 am
u can cast / convert the data type of column in your source query or Stored Procedures.
Well, why are u using nvarchar to store a date.? 🙂
October 1, 2013 at 12:12 am
Viewing 15 posts - 91 through 105 (of 190 total)