Topics
Started by
Posts
Last post
I need to modify the first query listed below so that it contains information from the second query…
8 replies
Hi, I have below table and within same query i need pivot and unpivot. create table #temp(name1 va…
4 replies
By: TEJABI
Hi Guys, I need some help please, I have two tables listed below, the first table has employees pay…
2 replies
I have a temperature table with a column that shows the how many hours old a newborn was when his/h…
2 replies
My experience with MERGE statements is kind of limited so please bear with me. I'm trying to modify…
6 replies
By: RP_DBA
We have some legacy code with old style *= LEFT JOINs that I need to convert. I'm getting error:…
2 replies
Hi all, Got a couple of quick questions regarding indexes. Lets say I have a table with five column…
1 replies
Hi Friends, My Table struct create table cust ( cust_id int , city varchar(20), pincode int, sa…
6 replies
By: serg-52
Hi SQL Gurus :-), I have a query that returns the jobs that have completed for the nightly processi…
6 replies
Hello all, I have a single string "XYZ00001|Test_b|XYZ00002|Test_a|XYZ00003|Test_c" that will cont…
5 replies
In existing t-sql 2008 that I need to modify, there is already an existing cte that looks like th…
14 replies
I have a table that has multiple records as illustrated in the simple list below. The real list is…
9 replies
Hi I Understand, when you delete a row in the parent table, the database server also deletes any r…
2 replies
By: SQLBlimp
I have a snapshot table of about 15 million records in the form of: InvoiceIDLineItemIDSnapshotD…
6 replies
Hi All, I have a Stored Proc which populates a table and then uses BCP to output the table into a f…
7 replies
By: dbalmf
Viewing 15 topics - 2,341 through 2,355 (of 10,647 total)
You must be logged in to create new topics.