Topics
Started by
Posts
Last post
I have a table with two columns User NameGroup Membership aagarwai3.gt.qc aagarwai3.India.Gur…
1 replies
I am using this syntax to get the contents of a directory: DECLARE @Files1 table (FileName varchar(…
2 replies
Hi Pals, Not sure wwhatswrong with this query but whenever I am running this, I am getting all thos…
6 replies
I have for my project a (large, several thousands already and growing) set of expressions, stored a…
8 replies
is it possible to run an SQL statement that is held within a column of a table? example table: decl…
3 replies
Need help with sql. here's a sample of my table: Store #1 - 8/3/2011 8:02PM - Customer #1 Store #1 …
5 replies
How can I assign the same value (ie. 1) to two different conditions, within the CASE statement? SEL…
4 replies
I'm merging data from old to new database. New db contains columns not used in old. I currently wan…
1 replies
I have a procedure that groups claims by their denial codes and returns the percent of the total fo…
3 replies
I have a table in warehouse Query is as below... Select * from tablename Where ID = '123' ID is the…
22 replies
Hi Team, I need instance information below output i want InstanceID InstanceName EnvironmentSpe…
2 replies
Hey guys, here is a pickle. Warning!!! not as straight forward as it looks 🙂 I have a table called …
23 replies
Hello everyone, I have a requirement, where i need to set some values in case statements like This …
4 replies
I see one of our query is like below: select Cast(Case BusCalItemID when BusCalItemID then 0 else 1…
5 replies
Hi, in SQL Server i have tried the below query: SELECT LEN('1 ') it returns 1. I want the length …
8 replies
Viewing 15 topics - 7,786 through 7,800 (of 10,647 total)
You must be logged in to create new topics.