Viewing 6 posts - 1 through 6 (of 6 total)
And You had added the Sqlserver.exe and the PORT under Exception in your firewall..
Thanks,
-Nirmal
SQL Server DBA/Oracle DBA/Six Sigma Certified Professional
January 19, 2006 at 2:18 pm
Would like to share my experience with you...Not sure if you are having similar situation
SQL server has the problem......
While making a RPC call to SQL server, even you can insert...
January 9, 2006 at 11:38 am
Try to Shncrhonized the threads...right click on DTS designer while opening the package and check
NUmber of threads->1
Execute package on main thread->ON
and then run with appropriate dependencies of COMPLETION of...
December 22, 2005 at 9:29 am
December 14, 2005 at 10:18 am
Hope, You have set the application level trigger to NFR(not for replication)
Thanks,
-Nirmal.
December 14, 2005 at 10:12 am
USE the CAST function
select
SQLServerName = substring(a.Name,1,20)
,' date' = CAST ( a.createdate as varchar(11))
From dbo.table1 a
,dbo.table2 s
where s.Name = a.Name
group by substring(a.Name,1,20),CAST ( a.createdt as varchar(11))
Thanks,
-Nirmal
SQL Server DBA...
December 14, 2005 at 10:04 am
Viewing 6 posts - 1 through 6 (of 6 total)