Topics
Started by
Posts
Last post
I want to use select into to create a table StockCode_Planstest and insert data from the cross join…
3 replies
I have a situation where I need to return the result of dynamic execution of execute () command to …
16 replies
Hi all. Hope someone has a sensible solution for me... What I want to accomplish is to execute a p…
13 replies
Hi, I have the follow script: select x.guia ,(select atrb_cdg from atributos_suite ats where ats.cl…
7 replies
I have the following a view on a SQL2K box that uses the following SELECT statement: SELECT SF.SKU…
3 replies
I have the following code: Declare @ConsultantID char(20) Declare @StartDate dateTime Declare @EndD…
7 replies
As part of an earlier post - someone was asking how to find capitalized letters, and I found that t…
5 replies
Hi, This is with respect to the Error handling with respect to SQL 2005. I have been reading a lot…
3 replies
I am trying to insert into a table using a cursor and I am getting Cursor Error -1 Msg 3902, Level …
2 replies
I have a table and a view with a column I'd like to join them on. This script will only be pulling …
3 replies
Ok, It is early here, and I cannot think of how to accomplish this task. I would like to update a s…
5 replies
select * from table1 where ((col1+col2+col3) in (select (col1+col2+col3) from table2)) my col3 unf…
8 replies
What is equlient to Oracle "Create Sequence" in SQL Server 2005?
3 replies
I am sure this is common and simple. I've tried many variations using DATEPART OR DATEADD to no ava…
15 replies
hi, will u plz tell me is there is any query for sql server like in oracle we use statspack to se…
1 replies
Viewing 15 topics - 10,336 through 10,350 (of 12,230 total)
You must be logged in to create new topics.