Topics
Started by
Posts
Last post
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
Hi, I have the following query: ------------------------------------ SELECT Field1, Field2, DAT…
5 replies
Hi, I wrote a script for a report back in July looking for values in a table going back three month…
5 replies
i have a database with archived data and want to get rid of most indexes there to free up storage. …
5 replies
Hi, I need help in writing a query. I have two tables : Report and Questions Report contains Report…
6 replies
Viewing 15 topics - 4,516 through 4,530 (of 12,230 total)
You must be logged in to create new topics.