Topics
Started by
Posts
Last post
I have the following. If you execute this it will return the values from the temp table and the cou…
8 replies
Please look at the following code: declare @tab table(foo nvarchar(40)) insert into @tab values (N…
4 replies
I have a test procedure that select rows based on uniqueness in a column. It is simple to process …
8 replies
Hi when i try to run this query getting error malti part identifier Rpt.fullname couldnot be bound …
4 replies
I have three tables in my database as follow: select BrandName, ProductName, URL from dbo.ProductsT…
7 replies
Hi all This based on this article http://msdn.microsoft.com/en-us/library/dd425070(SQL.100).aspx Ge…
18 replies
Hi Pals, There is a variable with 3 possible values 'ISSUED', 'PENDING', 'BOTH' the table in the ba…
5 replies
This query below retreive 17 rows and run is less than a second in SQL 2000, but since upgrade to S…
9 replies
Hi, How to use For XML RAW in Sub query or derived table using Sql Server 2000 For eg. select * fro…
2 replies
Dear Experts, I have quite a problem here :- I am trying to add up data that sits on tables as s…
11 replies
I am struggling to work with an old oracle developer who does some mighty strange things and I was …
23 replies
Hi All, i have a table that has information regarding version number for particular units. now prob…
10 replies
Hello All, I have a question that you guys may be able to help. There will be some text files in "C…
5 replies
I have following table in my database Brand Model Category Co…
4 replies
hi all. how to get ip address from username by xp_cmdshell? what comand of xp_cmdshell for this pur…
4 replies
Viewing 15 topics - 9,121 through 9,135 (of 10,635 total)
You must be logged in to create new topics.