Viewing 15 posts - 31 through 45 (of 46 total)
Allen-
Thanks for your response. I tried this already. It did not change anything. I am running Windows 2003 and SQL Ent edition. SQL patched to 3a....
December 16, 2003 at 8:26 pm
jxflagg- I thought about this option. But was wondering, with this approach, how to I dynamically pass the file name as a parameter to the DTS job?
December 16, 2003 at 4:29 pm
set @sql='update pivot '
+'set date_'+cast(@cnt as varchar(3))+'=@date+'_,flow'+cast(@cnt as varchar(3))+'=@flow,'
+'storagewater'+cast(@cnt as varchar(3))+'=@storagewater '
+'where pivot.division=@division and pivot.district=@district and '
+'pivot.FacName=@FacName'
December 9, 2003 at 11:04 am
gljjr- Thanks for the help. My problem got solved when I replaced the @@IDENTITY with the SELECT SystemId FROM INSERTED.
Thanks again
September 12, 2003 at 4:46 pm
I am convinced, I still need to have the data/index/log/tempdb on separate arrays even if it is a SAN. I will do some more study on the SAN and...
September 11, 2003 at 8:33 pm
Thanks a lot for your responses. Our infrastrucutre team made a new decision today that they would be getting SAN for all the servers (including my DB server). ...
September 10, 2003 at 10:57 am
HI Skrilla99-
Thanks for your time. I was talking about error handling in T-SQL and not in the application program. I went through the articles you sent...
August 23, 2003 at 7:28 pm
Guys, thanks for the help. We figured it out at last. It is the issue with Firewall. The port which we configured for SQL Server to listen...
July 14, 2003 at 11:48 am
Thanks for the responses. I cannot connect with the IP either. And on one of the client machines, I put the static IP in the hosts file. ...
July 14, 2003 at 10:32 am
I found the necessary information on MSDN. Not sure how to close the thread. So please ignore my question.
Thanks
June 13, 2003 at 11:16 am
Thanks for the reply. The number of users is not an issue in our situation as there will be at the most 3-4 users at any instance.
May 27, 2003 at 2:33 pm
Thanks a lot for the responses. There are some other reports that need similar queries. So I created a table with the dates and I am left-outer joining...
April 7, 2003 at 12:46 pm
Thanks a lot Chris. This table was what I was looking for.
March 31, 2003 at 1:58 pm
Viewing 15 posts - 31 through 45 (of 46 total)