Topics
Started by
Posts
Last post
Hi i am having three tables (EMPLOYEE,ADDRESS,QUALIFICATION). The below is table structure EMPLOYEE…
23 replies
I have an custom extended stored procedure which when executed prints some information on the messa…
3 replies
Hi I have to compare rows in one column of a table for particular value say 1000 and calculate the…
4 replies
Hi, on http://www.sqlservercentral.com/scripts/Primary+key/68346/%5B/url%5D "Jason S Wong" describe…
9 replies
Hi, The query I tried is as follows: SELECT * FROM TABLE1 WITH (NOLOCK) Where …
1 replies
I've table as follow, declare @tDay table ( wDay varchar(7) ) insert into @tDay values('1011100') …
3 replies
I have Five tables and i want to get result from these five tables providing some checks. Site ----…
6 replies
I'm building a stored procedure where I want it to evaluate variables and then take action based on…
7 replies
Hi all - Here's my current problem. I have a table, whos records are segregated into several subset…
17 replies
I'm building a custom report manager for SQL Reporting Services reports because our folks are used …
5 replies
First post, be kind. 🙂 I'm looking for a better way of doing the below as what I'm doing now result…
5 replies
Guy's, I have 3 tables Computers Table SerialNumber Vchar(25) PK NodeName Vchar(25) Software…
5 replies
I have written a query, but im not particularly happy with it. I was hoping that i could get some i…
10 replies
I am trying to do a simple select statement but am not sure if I can incorporate if-else clause wit…
4 replies
I am doing a project where I need to Mark similar records in a table with millions of records. By s…
3 replies
Viewing 15 topics - 4,516 through 4,530 (of 12,234 total)
You must be logged in to create new topics.