Topics
Started by
Posts
Last post
Hi, I have data as below name code guid abc c.o.2 84B…
2 replies
Hi, I have a query that I have tuned to some extent and from its earlier execution time of 15 secon…
10 replies
I have a one stored procedure which executes the t-sql statement using sp_executesql. This t-sql co…
1 replies
I have table1 with unique logid and table2 with multiple logid and timestamp. If do the left join,…
4 replies
Hi, I am plannning to retrieve a Hierarchy stored in database. Please use the following structure f…
8 replies
I run a lot of ad hoc queries for others which I then copy into an Excel spreadsheet to send to the…
3 replies
create table orders( oid int, item int ) insert into orders (oid, itemid) values (1,1111) insert in…
28 replies
Hi All, I wanted to know what peoples thoughts were on how best to identify SCDs. I prefer to use t…
8 replies
Everybody, I have to migrate T-SQL stored procedures and functions from SQL 2000 to SQL 2008. Is th…
14 replies
I found an interesting issue that took a bit to debug whilst using dynamic sql to create a cte tha…
3 replies
Hi, Is it possible to do as follows: If Column1 = 0 then instead select the value from column2? Li…
6 replies
Hi, RDBMS : sqlserver 2005 OS : windows I have to write a stored proc, for given below scenario T…
11 replies
Hello, I need to create a xml file with sub master tags. Below is the script. Please provide any he…
1 replies
Hi there, I am trying to create a report to audit parking permits. 3 tables to join. Now I understa…
4 replies
Hi All, I wanted to know if anyone has managed to do the above? Generally I try to avoid dynamic SQ…
3 replies
Viewing 15 topics - 8,311 through 8,325 (of 10,647 total)
You must be logged in to create new topics.