Topics
Started by
Posts
Last post
I have two tables, like the ones below: declare @tblA table ( ID int, Value int, primary key ( ID )…
1 replies
When scheduling maintenance plan on SQL server for e.g. index rebuild + Integrity check etc. do we …
4 replies
By: Nadrek
Does anyone know why when using windows update sometimes service packs or other updates are not dis…
5 replies
By: Nadrek
I keep getting the error below when I run the stored procedure at the bottom. I cannot figure out …
3 replies
By: jrusso
Hi All, I'm having issues with duplicate rows being inserted into a table and need some thoughts on…
4 replies
By: terry999
I ran an ALTER INDEX REBUILD statement on a SQL Server 2008 instance (10.0.2775) against a PK parti…
16 replies
By: SQLRNNR
I realize that log shipping is for failover, however what happens if we would like a point in time …
4 replies
By: djj
What is the correct syntax to use when passing parameters to a stored procedure through OPENQUERY? …
16 replies
By: sgmunson
http://msdn.microsoft.com/en-us/library/def01zh2(v=vs.80).aspx when i am trying to create the trigg…
14 replies
By: lnoland
I am trying to create a rolling data analysis of sales information for a given period, rolling 3 mo…
4 replies
Hi there, I'm hoping someone can help us. We have a trigger that fires off a stored procedure usi…
3 replies
Hi All, I have a Table, on which i am performing Bulk Insert Operations. For This, i am First Disab…
6 replies
Hi Everyone, I am using the CASE statement below (the commented section does not work, and it is th…
5 replies
I have a project coming up where we are migrating our Lawson ERP system from IBM Unix servers runni…
1 replies
By: mwhitcom
Hello, I have no idea why i can't get this to work. In my where clause, i have a datetime field whi…
7 replies
By: MMartin1
Viewing 15 topics - 6,046 through 6,060 (of 30,188 total)
You must be logged in to create new topics.