Topics
Started by
Posts
Last post
i would like to find out how to do a single query to return the count total for both values table1 …
4 replies
I will like to return a table of rows consist of all possible combination of a string. For example …
24 replies
I'm using SQL Server 2008. I have a table called "Notes" with the field "Description" that is VARCH…
5 replies
By: GSquared
This code works just fine: with cte as (select userid, createddate, row_number() over (PART…
5 replies
DEAR ALL, HOW CAN I TRACE ALL THE QUERIES WHICH IS RUN IN NEW QUERY WINDOW AND IT AUTOMATICALLY INS…
1 replies
WITH Sales_CTE (terminalid, LastLoadDate, LoadValue) AS ( SELECT tid, MIN(schedloaddate) AS L…
2 replies
Hi all, Recently, I was working on turning structured audit string into a table sample string 1: ,2…
40 replies
By: JJH82
I have 3 SQL Server 2000 with a merge replication between them. On 2 servers, everything goes fine.…
2 replies
Hi, I want to test whether somethin is true (in this case that a date column has been updated with …
3 replies
By: Khades
I have a temporary table I created from joins of 3 other tables ordered by PortNumber, INumber and …
5 replies
By: GSquared
My SQL server peek between 90 to 100 % for several days now. I tryed to restart and also Windows Up…
7 replies
I'm selecting from a table and a view. I'm trying to reduce the timeit takes to return the data. He…
38 replies
user will click on a tab 'ABC','DEF'... and when they do i need to query for all last names that be…
2 replies
Dear All! I need to audit the table1 records when its gets update , Ex: Table1 as table Name …
4 replies
Hi all, I'm looking for the query to replace zero value from the another row in the same table with…
5 replies
Viewing 15 topics - 8,611 through 8,625 (of 10,647 total)
You must be logged in to create new topics.