Topics
Started by
Posts
Last post
I have stored procedure which has cursor.That procedure executes fine during all times except Monda…
6 replies
I have an issue with @TargtRs - insertion ( when ever any rec inserted into main table from stage t…
2 replies
Hello,I have a table defined as below:CREATE TABLE [dbo].[tmpRate]( [ID] [int] IDENTITY(1,1) …
6 replies
I have created a view which as you know pulls information from base tables. Now this view sto…
19 replies
I have a dataset like below: CREATE TABLE [dbo].[tmpRate]( [ID] [int] IDENTI…
13 replies
--------- This is for fun only  …
37 replies
Greetz! I have a conundrum which I need some ideas on how to solve. T-SQL is not my bread and butte…
1 replies
I have two tables Tbl1 and Tbl2 having the format shown in the attached Excel File. Is it possible …
6 replies
I have this code below that replaces all Test1 strings with Test2 strings in all the tables in a gi…
5 replies
Hi All, SELECT Timesheet_Number, Employer_Ref, Personnel_Ref, Division, Department, Job_Location, T…
1 replies
Hi All,Need query help. Below is my test table and test data. create table test (c1 int not null id…
4 replies
Hi Experts, Need TSQL query help. I have a table 2 columns and some sample data.Requirement is : U…
3 replies
I have a stored procedure where I am inserting data form stage table to main table. There I have a …
1 replies
I was asked to optimize this fairly complex query but my main focus at the moment is why the operat…
3 replies
Hi guys, I am trying to create a new table from an existing table and I am using the code below but…
5 replies
Viewing 15 topics - 1,321 through 1,335 (of 4,984 total)
You must be logged in to create new topics.