Topics
Started by
Posts
Last post
Ok, so ... all I'm looking to do is randomly generate teams of two based on employee name. I have 5…
8 replies
Hello All, My requirement is as follows: I want to pull TOP N records from a customer table order b…
6 replies
HI all, I found this code which works great and is fast. select Col1, (select col2 + ',' from @…
3 replies
Table 1 has 15,000 records and table 2 has 1.5 million records. My query works fine when I use less…
3 replies
Hi All, I have the foll issue .... Please help me in solving this Create table Emp (EmpID INT, EmpN…
7 replies
hi people. is it possible to save a SQL Query into a table field and then execute it when a conditi…
5 replies
DECLARE @body nvarchar(max) SET @body = 'The system has detected the following event: ' 'SQL Alert …
5 replies
hey every one i m trying to write a c# program that creates and edits sql tables. i couldn't find a…
2 replies
Hi All, The following simple select query is getting timeout, select '12' as Norder, 'Total Number …
3 replies
I am having two tables let say create table test1 (testId int primary key) create table test2 (test…
4 replies
Hi, this is for a SQL 2000 box but hopefully the answer is the same as 2005. The basic scenario is …
4 replies
I need to pass parameters from a temp table in order to correctly drill down to the item details. …
3 replies
Hi, I'm a newbie in creating triggers in SQL Server. How do I create a trigger for automatically po…
3 replies
Hi All I ‘m using SQL Server 2005. I not good in SQL query. I got 2 tables as below Table A:- Invo…
12 replies
Hi All I ‘m using SQL Server 2005.I got 2 tables as below Table A:- Invoice No Invo…
3 replies
Viewing 15 topics - 8,671 through 8,685 (of 12,234 total)
You must be logged in to create new topics.