Topics
Started by
Posts
Last post
The following syntax works except I would like to add a text string(Time) to the beginning of the f…
1 replies
Hi Guys, I am having a problem with my SP, taking extra time to execute. I am using VIEW that has I…
4 replies
When calling stored procedures with input parameters, do I need to declare variables or not before …
4 replies
Hello All, Could you please help me out, i am in a wierd situation, i have a sql store procedure (a…
2 replies
I have a select statement as below, which causes a table access for each union all.. My goal is t…
3 replies
Hi all I am having some problems understanding this one. I have a stored proc (written by the devel…
7 replies
I'm trying to find every 3rd friday of the month The Following code retruns for the current month …
25 replies
CREATE TABLE [dbo].[conv_onet_update_sourceTable_test]( [updateId] [bigint] NULL, [col_parent_tab…
1 replies
So, I am sure this is a pretty simple query, but I am stumped. I have a query SELECT T1.LoadStatsPO…
1 replies
Guys, I'm wondering of the implications of two different update methods, say you're changing a bunc…
8 replies
All, I have a table as below. create table date_rd ( date varchar(50) ) insert into date_rd select …
4 replies
Hey Guys, I'm trying to find the ItemCode of the TreeType 'S' Above the Line that I'm running the …
6 replies
i was totaly confused while using order by clause with multiple columns.. actually how it will resp…
2 replies
i have a stored proc that i pass a tablename into and then it has logic in it that will update n n…
1 replies
All, I have to write a generic query for the below requirement. Table Structure: create table swif…
1 replies
Viewing 15 topics - 4,186 through 4,200 (of 10,636 total)
You must be logged in to create new topics.