Topics
Started by
Posts
Last post
Hello I have a data structure like this: Entities 1 - X EntitieDefinition 1 - X Data I have a query…
3 replies
Hello, If I create some dynamic SQL and execute it using sp_ExecuteSQL, and the SQL I created gener…
3 replies
I was trying to add code to Drop the PK, if it exists and after a Load, I want to Create the PK if …
8 replies
This query was working on SQL 2000 but on SQL 2008 is giving me the error "Divide by zero error enc…
5 replies
Hi all, Can anyone provide a customizable T-SQL script to create millions of rows in a table? My un…
23 replies
Never done recursion in MS SQL. Looked at few samples using CTE, but haven't found what I am lookin…
13 replies
Hi all, I have a table that looks like this. CREATE TABLE #tmp1 (PartID VARCHAR(8), CodeA VARCHAR(…
6 replies
Hi i m newbie for this forum. I have query and it has parameter dates If i change date from 2/1/200…
9 replies
By: OTF
I have 2 tables (suppose A and B) with around 1 million rows each. I want to find and delete the re…
20 replies
Dear all; Table having 1 million record we have to write the quries like this . the number of union…
3 replies
I have a query that ran in 3 seconds on a 2008 server, then we moved the database and everything to…
14 replies
I need the Year & the Month of a Date Field Formatted as 'YYYYMM'. Any help would be greatly a…
18 replies
Looking for help on the following query. Create table tmpUserDetails ( Userid int, LocationIDint, …
12 replies
By: s-sql
Hi all. I have a table that contains values for time planning. It is self-referencing, so that the…
12 replies
Hi I had two CSV parameter, i want to read this CSV parameter and insert into a table Declare @Adu…
3 replies
By: SQL006
Viewing 15 topics - 6,421 through 6,435 (of 10,647 total)
You must be logged in to create new topics.