Topics
Started by
Posts
Last post
Hello I am using select into a temporary table as part of an etl package. There are multiple packag…
16 replies
Can I create a table since a store procedure in Sql 2008? I need to send the name of the table and …
1 replies
I want to include the schema as one of the columns since the tables are duplicated in two different…
10 replies
I am replacing my "end date" to getdate () when it is null.Something like below isnull(temp.end_tim…
3 replies
By: komal145
Hi, I have the following table: SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET ANSI_PADDING …
21 replies
Hi everyone, I have table named ENCOUNTER_PARTY CREATE TABLE ENCOUNTER_PARTY( ENCOUNTER_KEY INT, PA…
12 replies
The INDEX(1) query hint forces the query to use an INDEX scan or seek. Are there exactly two ways …
1 replies
Hello there. I'm currently wracking my mind over this issue, which is probably stupidly simple, bu…
20 replies
Hello, All. I've managed to stump myself on a query. Here's what I need: One of the metrics my comp…
5 replies
Hi friends , I need to Delete from table with conditions : Example of my query!!! Delete from TAb…
2 replies
By: komal145
Hi friends , I need to Delete from table with conditions : Example of my query!!! Delete from TAb…
2 replies
By: komal145
Hi friends , I need to Delete from table with conditions : Example of my query!!! Delete from TAb…
2 replies
Dear All, Hi I have a Store Procedure which gives OUTPUT in 2 Data Sets (Tables). Now I need to sto…
2 replies
Hi All, I have a basic doubt on using IN/EXISTS. When to use IN over Exists/Exists over IN? I heard…
9 replies
Hi FOrumer's I have my query to get the min date from sample2 table using the ESN andreturndate as …
3 replies
Viewing 15 topics - 5,686 through 5,700 (of 10,635 total)
You must be logged in to create new topics.