Viewing 15 posts - 871 through 885 (of 5,103 total)
..... SELECT * FROM dbo.BSGGetReports3(0,@Report_ID)
Is this function supposed to be recursive ?
November 7, 2008 at 11:16 am
Interesting .... Thanks for sharing the solution.
November 7, 2008 at 11:10 am
You should simply re-run the snapshot agent.
Do *not* mark the subscription for re-initialization.
November 7, 2008 at 11:09 am
These errors are raised by the stored procedures on the subscribers. If you are using -skiperrors the agent is supposed to ignore them but you are somehow risking that the...
November 7, 2008 at 11:07 am
PuffThePug (11/7/2008)
When setting up a Transactional Replication scenario, does the Rep Agent add columns with data to the tables. I am thinking things like GUIDS used to monitor status of...
November 7, 2008 at 11:03 am
And ... Server-level privileges have to be migrated as well
November 6, 2008 at 3:10 pm
BACKUP LOG [AdventureWorks] WITH NO_LOG
FYI: This operation is deprecated
November 6, 2008 at 3:06 pm
If the Publication is setup correctly and you run the snapshot agent it should push newly added articles only.
We do this all the time.
November 6, 2008 at 2:08 pm
Restoring master in a "new" server is tricky ....
Take a look here: http://www.sqlservercentral.com/Forums/Topic490956-357-1.aspx
November 6, 2008 at 2:07 pm
It has been *my* experience that upper bound memory (max) should be set in these cases.
In addition choosing CPUS per instance is also nice (if you can. This is usually...
November 6, 2008 at 2:02 pm
Did you updated all the stats with fullscan ?
If after all that you are still getting the same throughput the app and not the server is the likely bottleneck.
November 6, 2008 at 1:56 pm
If there are other connections on the DB you will be blocked.
Any change from read_only to read_write and viceversa requires exclusive access
you either are the only one connected...
November 6, 2008 at 1:54 pm
1. Why does the pivot table need the aggregate function MIN in order to work?
2. Why did you need the column Row_number?
1. PIVOT needs an aggregate function you...
November 6, 2008 at 11:50 am
Aspet Golestanian Namagerdi (11/6/2008)
I am using SQL SERVER 2000,Which it seems that it does not have "Top" feature in Delete and UpDate operation.Thanks
The title of this forum is T-SQL(SS2K5)
you...
November 6, 2008 at 11:29 am
Viewing 15 posts - 871 through 885 (of 5,103 total)