Forum Replies Created

Viewing 15 posts - 31 through 45 (of 46 total)

  • RE: Net-lib : TCP/IP

    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....

  • RE: Help with Impoting Excel into SQL Server db

    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?

  • RE: Exec statement not working

    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'

  • RE: Help !!!! Issue with a Trigger code

    gljjr- Thanks for the help. My problem got solved when I replaced the @@IDENTITY with the SELECT SystemId FROM INSERTED.

    Thanks again

  • RE: RAID - Placing the data and log files

    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...

  • RE: RAID - Placing the data and log files

    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). ...

  • RE: Error handling

    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...

  • RE: Change of IP from Dyanamic to Static

    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...

  • RE: Change of IP from Dyanamic to Static

    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. ...

  • RE: Views

    Neil- Someone else suggested the same to me. I will look into distributed views and get back to the forum. Thanks for the direction.

  • RE: Views

    Thanks for your time SQLBill. So I have to do this in every query, for every table. That is going to be a nightmare for the developers. ...

  • RE: Applications - Cluster aware

    I found the necessary information on MSDN. Not sure how to close the thread. So please ignore my question.

    Thanks

  • RE: MSDE - Bench Mark

    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.

  • RE: Suggestions on a Query

    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...

  • RE: MSDE Memory Supported

    Thanks a lot Chris. This table was what I was looking for.

Viewing 15 posts - 31 through 45 (of 46 total)