Topics
Started by
Posts
Last post
The procedure at the bottom of this message works only when run in Query Analyzer, but does not wor…
1 replies
I haven't touch SQL in so long I can't remember much. Here is what I was trying to do. Create a sim…
1 replies
I want avoid using 'cursors' in t-sql programming,give some idea to avoid cursors
15 replies
Is this the correct way to convert getdate() to date only? declare @date as datetime set @date = CA…
14 replies
Is it possible to store a tabel name in a varibale and pass it f.ex. to a stored procedure to use i…
5 replies
is there any function in sql server 2000 to find the position of a specified string like i want to&…
7 replies
Anyone have any coding technigues that will let me know if a job is running. I want to start …
2 replies
I have a problem with a view, my view is used to rerieve data from another db. when i run this quer…
8 replies
I have to bulk insert the data from csv file into orders table. I am trying to use following …
3 replies
i was wondering if anyone can help me with some code.. I need to grab some data from a table in in…
2 replies
Hi How i get n th row from table in ms-sql server needed sample programme
3 replies
Having read this thread: http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&mess…
2 replies
Hello, I have a stored procedure that I wrote that dynamically creates unmatched table queries on t…
6 replies
where can i get sql server2005, for download purpose, i want to use it for practise, just want to k…
3 replies
I have the following query select name,size,maxsize,filename from sysaltfiles where size > (maxs…
4 replies
Viewing 15 topics - 12,031 through 12,045 (of 17,082 total)
You must be logged in to create new topics.