Viewing 15 posts - 31 through 45 (of 221 total)
Hi,
This post here takes you through how to do it:
But I doubt you can do it without scripting out the tables themselves without the use of a 3rd party tool...
August 5, 2013 at 5:05 am
Looking at BOL there isn't a style no. for your date format. You'll have to do some string manipulation with LEFT() and RIGHT() to sort it out.
Thanks,
Simon
August 5, 2013 at 5:01 am
Ok so at what point does it fail, trying to create the checkpoint file, or trying to read it?
July 25, 2013 at 8:44 am
Sounds like a permissions issue to me. Does the credential the proxy account uses have access to the path where the checkpoint file is?
Thanks,
Simon
July 25, 2013 at 8:30 am
Post what you have so far so we can see what you're doing.
July 23, 2013 at 10:20 am
Hi,
Perhaps this will help... there are 4 parts to it.
http://www.mssqltips.com/sqlservertip/1687/install-sql-server-2008-on-a-windows-server-2008-cluster-part-1/[/url]
Thanks,
Simon
July 18, 2013 at 9:21 am
Sorry - Update statistics is not required for Index Rebuild, automatically it will be updated. Please refer the below link. I have pasted the specific content below:
http://msdn.microsoft.com/en-us/library/ms190397.aspx
After Maintenance...
July 18, 2013 at 6:14 am
Transactions continue to commit on the principal.
Read this: http://msdn.microsoft.com/en-us/library/ms179344(v=sql.105).aspx
Thanks,
Simon
July 18, 2013 at 5:53 am
Hi,
How are you identifying the "different order". There is no default "order by" in SQL Server. If you've got a clustered index on the table then the data is logically...
July 18, 2013 at 4:26 am
sql_er (7/17/2013)
Hi,Is there a way we can be notified if the next series article gets published (other than watching emails from SQL ServerCentral.com)?
Thanks!
Follow Andy on Twitter, he tweets when new...
July 18, 2013 at 4:19 am
Hi,
Given the limitations of Web edition, i.e. no mirroring etc. I'd say the best way to keep downtime to a minimum is setup your new server and configure log shipping...
July 18, 2013 at 4:17 am
I believe since 2008R2 you can have the nodes in separate subnets alleviating the need for a stretch VLAN. But yes you'd need some sort of storage replication going on.
Glad...
July 15, 2013 at 8:53 am
Hi,
If you run the following query:
select * from sysmessages where description like '%mirror%'
You'll get a list of error messages that relate to mirroring. Looks like error 1454 will be fired...
July 15, 2013 at 8:39 am
Hi,
Always On Failover Clustering in standard edition is simply failover clustering. It does not offer you read only replicas that is an enterprise only feature so offloading reporting would have...
July 15, 2013 at 8:33 am
Viewing 15 posts - 31 through 45 (of 221 total)