Topics
Started by
Posts
Last post
Hi All, I am really confused with Nested trigger and Recursive trigger. I will put my…
4 replies
Hi Team i have below table with 3 columns ID, OPEN_CLOSE, Status. and blank values in status column…
1 replies
IF OBJECT_ID('tempdb..#_tempData', 'U') IS NOT NULL DROP TABLE #_tempDataCREATE TABLE #_tempDa…
4 replies
Hello Friends, I have a query which is taking too much time for execution. I am trying to fine tune…
6 replies
I know how to do this with a loop or cursor, but wondered if there was a brilliant mind out there t…
17 replies
Hi, I have two tables that I want to see what records are in both tables. So, I used an inters…
5 replies
I have a table with like 115+ columns and it got the data around 76000 records I ran the query, Sel…
12 replies
Hi All, I'm checking indexes on a table and it seems to show up blank for all indexes in that data…
5 replies
Hello,my mirror is curently down.I would like to count how many MB, transactions etc are awaiting t…
1 replies
HiEveryday some vendor files will be loaded into db and we are in process to create control report …
2 replies
I have one "big" table with 300 million rows... CREATE TABLE rstore.OutputDataset(OutputDatase…
16 replies
Hello Expert Below is data and what I attempt to achieve. It looks simple, but somehow I could not …
4 replies
Hello good Morning, CREATE TABLE #EMP (EMPID int, Name varchar(20)) INSERT INTO #EMP (EMPID , Na…
2 replies
Hi Experts, I am facing a strange issue where casting varchar to date throws conversion error …
5 replies
I have this business_table ref_ID name parent_id -----------------------------ABC-…
8 replies
Viewing 15 topics - 691 through 705 (of 4,984 total)
You must be logged in to create new topics.