Viewing 15 posts - 4,771 through 4,785 (of 7,496 total)
Oh I'm sorry. :blush:
I've forgotten to remove the quoted section.
I started with a quoted reply, but just wanted to add to your arguments.
June 20, 2008 at 3:18 am
AndyD (6/20/2008)
If yes, then...
June 20, 2008 at 2:59 am
For mirroring you need to test network speed, if you want it the synchronous way.
Even assync your transaction load will need to meet the timeoutcriteria to couver the 100mi within...
June 20, 2008 at 12:43 am
technet.microsoft.com/en-us/sysinternals/bb896655.aspx
you can download it free.
You can find operation / parameter information at the webpage.
June 19, 2008 at 11:47 pm
Script the whole DDL using SSMS.
Keep in mind to adjust all the scripting parameters you need !
Rightclick on a dabase name in the object browser, choose tasks and go from...
June 19, 2008 at 1:31 pm
get sysinternals handle to find out what other thing is holding your file.
June 19, 2008 at 1:29 pm
I think you have an operator percedence problem: Your ORs stand on their own, neglecting the other predicates.
WHERE (c.CustomerID = '3942')
AND (ol.DetailTableID ...
June 19, 2008 at 1:26 pm
- Nice intro to SMO for this purpose.
- Keep in mind, you have to inspect the .bak files content. They may contain more than one backup.
- You can even perform...
June 19, 2008 at 2:21 am
Books online states:
Converting a Partitioned Table to a Nonpartitioned Table
Changing a partitioned table to a nonpartitioned table simply involves modifying the partition function of a partitioned table so that the...
June 19, 2008 at 2:06 am
colin Leversuch-Roberts (6/16/2008)
June 19, 2008 at 12:53 am
this is a long shot...
but are u member of the (local) windows group of DB2 users ?
June 17, 2008 at 10:57 am
Maybe launch a non-sql topic, to get a more accurate inventore of which SSC members are attending.
I am going to attend SQLPASS2008, but I had to use another code.
I hope...
June 17, 2008 at 6:13 am
Well... there is this little caveot with linked servers. They have their own credential mapping.
Have a look at the linked server security tab.
June 16, 2008 at 7:59 am
Viewing 15 posts - 4,771 through 4,785 (of 7,496 total)