Topics
Started by
Posts
Last post
Hi all, does anyone know how to use the messages output in query analyzer ? for example..... set st…
11 replies
My sample query is like this SELECT col1,col2,col3, SUM(CASE col4 WHEN 'EMP' THEN col5 ELSE 0 END)…
13 replies
How can i see what processes are running and howmuch memory being utilized on my sql server.
5 replies
Can I do this in SQL Server 2000 - I want to set the value of a column in a trigger before it is in…
4 replies
Hello everybody i have a table with 100 rows ie id 1 2 . 100 i want to break this one in one record…
12 replies
What is the function call to give you the last sql command that was executed? We are using a vb rou…
4 replies
Greetings All. Is there a way to create a DTS package other than point and click? I need to add it …
1 replies
I am trying to concatenate variable row values data and put into a semicolon seperated column to cr…
3 replies
i want to add an auto increment column in my query ,u can say it as a serial no.
1 replies
how can i execute a batch file from T-SQL? thanks !!!
2 replies
MSSql 7 I'm trying to update a table. update o_file f set groupid = 213 where columnx 215 and exist…
1 replies
I have a users table with the passwords stored in clear text right now. I want to encrypt them, ho…
4 replies
how can i create ,alter table permission to the user.Not drop permission.
3 replies
I'm trying to figure out how to do some conditional computation of numeric values in a field that c…
3 replies
I have 2 queries that work great separated but give me incorrect results when combined. My first qu…
5 replies
Viewing 15 topics - 15,301 through 15,315 (of 17,082 total)
You must be logged in to create new topics.