Topics
Started by
Posts
Last post
Hi I would like to compare rows which are in two different tables which have the same column and da…
3 replies
Hi All, consider the below given snapshot Category count sales ABC 1 250 ZYX …
13 replies
I have a field in one of my tables that is a varchar filed and it holds decimal values ranging from…
20 replies
declare @myList as varchar(20) set @myList='1,2,3,4,5,6,7,8,9' select * from monitor_hosts where ho…
36 replies
ive saw count(1) used instead of Count(*) in a few articles, however i dont understand how it works…
8 replies
Helo there! Here is a part of a larger table: accepted || X -------------------- 1 || 3…
6 replies
I have a query which does validation before inserting/updating which is like SELECT TOP(1) @result…
1 replies
I'm trying to use a UDF (we're on SQL Server 2005), and not getting it 100%. The structure is Activ…
2 replies
I have a table with a resume column of datatype text. I need to perform a select operation on this …
6 replies
If a transaction is active in parallel with another transaction (e.g. SSIS transactions operating i…
1 replies
Hi. Firstly this is my first post to any SQL forum, so please treat me gently. I develop MS Access …
4 replies
Hello guys, I need to write a query to filter some result from the above: 2008-01-07 00:09:35326A7D…
5 replies
I'm having a brain fart type of day so please excuse me if this is a no-brainer type of question. …
7 replies
I have cracked my brains out to to create a stored procedure with out no luck or help. Am not looki…
7 replies
How do i write a T-SQL statement that will satisfy this mathematical equation? Distance = sqrt( squ…
7 replies
Viewing 15 topics - 10,996 through 11,010 (of 12,234 total)
You must be logged in to create new topics.