Viewing 7 posts - 1 through 8 (of 8 total)
Hi friend,
Do you have 64 bit sql server 2008 and sql server 2000 on 32 Bit ?
Then you need to create a stored procedure in master database of...
September 27, 2010 at 3:55 am
Hello Mak ,
I think you had restored the database by this procedure :
1- Take instance offline
2- Move mdf ,ndf and ldf files to target server
3- Reattach these files to restore...
August 19, 2010 at 3:54 am
HI Noman,
In distribution database you can run sp_browsereplcmnds with different parameters:
this sp takes data from MSrepl_commands table which is present in distribution DB for transactional replication.
MSDN link is
http://msdn.microsoft.com/en-us/library/aa239422(SQL.80).aspx
and for...
August 19, 2010 at 3:04 am
SA password changes is fully dependent upon your dependency on Login .
if you are using SA login in Replication ( changed login on Subscriber end), linked server ...
August 17, 2010 at 9:10 am
Dear KMPASS ,
It can be solved by very good article for all string related query
with the help of Tally table:
Wriiten by Jeff Moden
http://www.sqlservercentral.com/articles/T-SQL/62867/
features are:
Stepping Through Characters,
do the "Split".
One Final...
August 16, 2010 at 1:52 am
please use stored procedure like this to avoid this warning
create proc nameofSP
as
SET ANSI_WARNINGS off
your code
SET ANSI_WARNINGS ON
August 12, 2010 at 7:36 am
Viewing 7 posts - 1 through 8 (of 8 total)