Viewing 15 posts - 61 through 75 (of 122 total)
Eirikur Eiriksson (7/27/2014)
This can be done, check Features Supported by the Editions of SQL Server what is available for your SQL Server Edition.
Suggest you have a look at these pages...
July 27, 2014 at 3:40 am
March 21, 2014 at 7:41 am
Thanks. This was very much helpful.
I have one more question . ....... If I want to refresh data , what is the easy way to do this ?
Do...
December 6, 2013 at 1:43 am
GilaMonster (12/6/2013)
Easier way. Take a backup, copy the backup to the destination, restore the backup.The Copy Database option can be a little finicky at times.
I am worried because .....
source...
December 6, 2013 at 12:43 am
This worked fine.
Excellent.
Thanks guys.
Have a great day.
October 22, 2013 at 2:23 pm
Loundy (10/22/2013)
http://technet.microsoft.com/en-us/library/ms190447(v=SQL.105).aspx
This link gives you exactly what Gail is referring too - study it well, the example at the bottom shows you...
October 22, 2013 at 2:01 pm
Sure it's possible. Change the database name in the drop down box on the main tab. But you really should learn the T-SQL commands
one can not change database names in...
October 22, 2013 at 1:49 pm
still have confusion.
I am confused because you have mentioned database path. ( not disk path)
If you're restoring as a different name, you want the files renamed too, hence...
October 22, 2013 at 1:31 pm
GilaMonster (10/22/2013)
RESTORE DATABASE SomeOtherName FROM DISK = 'Sample.bak'WITH MOVE <and specify where the files should be placed>
[/b]
bold part not understood.
Can you please put an example for the bold part...
October 22, 2013 at 1:02 pm
Kurt W. Zimmerman (9/27/2013)
September 28, 2013 at 3:54 am
Kurt W. Zimmerman (9/27/2013)
September 28, 2013 at 3:29 am
Is not backup and restore mess up permission ?
I am scared about it....I don't want to set up permission again.
All I need is fresh data imported from...
September 27, 2013 at 8:39 am
does it overwrite data in destination DB ?
I want to refresh destination DB in fact.
September 27, 2013 at 3:40 am
kapil_kk (9/23/2013)
spectra (9/23/2013)
I want to put Unique constraint on these two columns together.
I am using SQL Server Management...
September 23, 2013 at 5:00 am
Viewing 15 posts - 61 through 75 (of 122 total)