Viewing 15 posts - 31 through 45 (of 166 total)
Info on the primary key would be helpful
January 13, 2011 at 11:07 am
Well what sort of latency are you looking at, seconds, minutes? Where is the latency? That will provide a big clue, it is taking a while for your subscriber...
January 12, 2011 at 12:40 pm
Take a look at http://msdn.microsoft.com/en-us/library/ms188697.aspx
January 12, 2011 at 12:30 pm
Well....
There are some very important pieces of information that I think anyone is going to need in order to provide any sizing suggestions.
When you say there will be millions/billions of...
January 12, 2011 at 12:28 pm
The differential backup will contain all changes since the last full backup, so logically they will get bigger over time unless you have taken another full backup.
You might want to...
January 12, 2011 at 12:22 pm
A bit of a shot in the dark here but it might be worth it to.
sp_recompile on your table
and
dbcc checkcatalog
January 3, 2011 at 11:52 am
The SQL Server error log, I am curious if you are 'getting' to SQL Server at all.
December 29, 2010 at 7:23 am
The only thing to be mindful of, is if your target production environment is not Enterprise Edition to not use features and functionality that is only in Enterprise Edition (since...
December 28, 2010 at 12:24 pm
If it is just select rights you want them to have, why not try setting those rights for a group at the schema level then put those users in that...
December 28, 2010 at 8:15 am
Well then you could look at doing a select on sysobjects, sysindexes and syscolumns that saves those results to a flat file and then compare that to your 'master copy'...
December 28, 2010 at 8:13 am
Do you still get the timeout if you run a simple select as the query? If you force a failure on login (like a bad password) do you see...
December 27, 2010 at 10:01 am
Well, do you have a holiday calendar table someplace?
If not you should be able to calculate the number of Mondays - Fridays in a SQL function. But...
December 27, 2010 at 9:58 am
Do you want to do the compare inside or outside of SQL Server? That is do you want a file you would import into the remote SQL server (perhaps...
December 27, 2010 at 9:54 am
Off the top of my head, no I don't thing there are any full blown service packs for R2
December 22, 2010 at 9:05 am
Viewing 15 posts - 31 through 45 (of 166 total)