Viewing 15 posts - 2,431 through 2,445 (of 7,502 total)
That's not backup but a file copy.
That will only work if your sqlinstance has been shut down before copying the files unless you use special snapshoting software that knows to...
January 20, 2011 at 9:52 pm
As you notices, a foreign key can only refer to the full primary key.
Can you implement a surrogate key ?
(and create a unique constraint for your current primary key constraint)
Think...
January 20, 2011 at 1:26 pm
- Books online. and how to get there the easy way .
(highlight your keyword and hit shift+F1)
- point to "when using the query designer, this is how...
January 20, 2011 at 12:48 pm
just being advocate of the devil :sick:
Pull all your wanted tables to a .net dataset and just export it into an xml file.
Piece of cake.
The big question remains: Why do...
January 20, 2011 at 12:32 pm
if it was a full database backup, it holds the data from your mdf, ndf and ldf files.
Still that isn't a guarantee your restore will be ok.
After the restore operation,...
January 20, 2011 at 12:03 pm
I haven't got experience with that tool.
The posted script would have generated a sqlscript for you, including the encrypted passwords and sids.
That would have made your job a piece...
January 20, 2011 at 7:06 am
You can always modify the script to only script out those sqlusers that are authorized for the database you want to port.
January 20, 2011 at 4:46 am
shifty1981 (1/19/2011)
I have been told that rebuilding our indexes typically takes about 2 hours and that it puts a pretty heft load on the server. However I hoping to find...
January 20, 2011 at 2:48 am
Marios Philippopoulos (1/19/2011)
Or if not the data, some metadata information,...
January 19, 2011 at 1:41 pm
My 2ct...
I think you will need to pay attention regarding your load in the off line timeframe.
Make sure your log file(s) is big enough and your server has enough place...
January 19, 2011 at 1:15 pm
tt-615680 (1/18/2011)
January 19, 2011 at 12:33 am
Steve Jones - SSC Editor (1/18/2011)
Did nobody mention some bourbon or brandy to smooth things out?
Nope, but zzthangs vor ze hind 😉
btw I ended that day with a good game...
January 19, 2011 at 12:21 am
I payed attention the plain water (no bubbles ) was at room temperature. ( and it wasn't freezing in the room 😉 ).
I'll try out the warm tea the next...
January 18, 2011 at 8:15 am
setting it to 1 will prevent query parallelism for your instance.
If that is your goal, that's the way to do it.
Is that your goal ?
On most of our oltp databases...
January 18, 2011 at 7:32 am
Did you have a look at select is_member( 'yourdbgroup' ) ?
January 18, 2011 at 2:52 am
Viewing 15 posts - 2,431 through 2,445 (of 7,502 total)