Topics
Started by
Posts
Last post
Got following query: SELECT event_data.value('(event/data/value)[4]', 'bigint') AS cpu_time, --d…
2 replies
I have around 100 packages (all [packages run at same time) each package calls a stored Procedure …
2 replies
Hello All, I have to create a database with the data including the information about the cars, part…
9 replies
I'm trying to get up to speed on sp_OACreate and related OLE objects. I see the variable @HR used i…
2 replies
Hi, I have a simple query that joins a largeish fact table (3 million rows) to a view that returns …
10 replies
I am trying to get a count by product, month, year even if there are is no record for that particul…
7 replies
Hi everyone i want split the data this below format.. 1.Split the RR ("PL:TW RR:1.8%,PL:TX RR:0.9%"…
2 replies
Lets say I have some data where a bit value changes over time and I want to rank it by the repeatin…
3 replies
I have a column that is empty, but when I search for that column with col1 = '' or col1 = ' ' or co…
11 replies
Hello, At what number of rows do you consider the tally table method to perform less efficiently th…
18 replies
Outlook says 'to prevent your privacy outlook prevented the image download' I don'y want users to r…
4 replies
I have a date filed - an example of what it pulls back is - 2013-05-10 08:15:24.000 I want it to j…
9 replies
Hello all. I was asked for a very interesting report today that has been driving me nuts all morni…
11 replies
Hi, I have a SP with Parameters as: R_ID P1 P2 P3 P4 P5 I need to insert into a table as below: R_I…
2 replies
By: gayesh
Hi, I have following input: CREATE TABLE #tree ( Childid varchar(20), Parentid varchar(20) ) INSERT…
12 replies
Viewing 15 topics - 3,496 through 3,510 (of 4,984 total)
You must be logged in to create new topics.