Viewing 11 posts - 1 through 11 (of 11 total)
Sheldon , I am facing the same issue while converting text column to datetime. Did you got any solution.
July 22, 2008 at 9:17 pm
execute this query. It gives you all the detail about the tables in the database
declare @id int
declare @type char(2)
declare @pages int
declare @dbname sysname
declare @bytesperpage dec(15,0)
declare @pagespermb dec(15,0)
create table #spt_space
(objid...
June 4, 2007 at 9:36 pm
You can use MS Visio for the documentation. Its very easy to use and can be always used for storing and understanding replication structure. Here we can create a diagram with all...
April 27, 2007 at 9:36 am
Thankyou. My publication is on sql2k and the subscriber is on sql2k5. I wish to insert column through scripts and sp_repladdcolumn might not work on different version of sql server. And before inserting...
April 27, 2007 at 9:24 am
Oh thats what i am thinking. Yes the database was restored from production to testing environment. So users with blank logins are void and we can delete those users from...
April 16, 2007 at 10:28 am
Chuck What tool your company is using to push script to set password once at a time. The whole idea behind this is saving the time in transferring a list of...
April 13, 2007 at 9:52 am
Thanks you all for quick help. Yelena we are going to send notification for the individual NTlogins having different type of access on server. Thanks for pointing that applying same...
April 12, 2007 at 1:16 pm
Thanks Kathy. Can a windows authentication login or sql login can access server via group membership . If so how to give windows authentication login or sql login via group membership .
April 5, 2007 at 12:15 pm
Thanks Chris. I got my answer from you. Its a memory leak only.
March 2, 2007 at 11:45 am
Shekhar,
Thanks for your reply. Its a transactional replication and the error message is from distribution agent.
March 2, 2007 at 11:42 am
Viewing 11 posts - 1 through 11 (of 11 total)