Topics
Started by
Posts
Last post
I am trying to extract data from a source table where groups of fields in one table can relate to o…
11 replies
Hi experts, I have a very unique sql request here. I have 2 tables create table #Customer ( Custome…
11 replies
I have a field in the where that’s an INT I tried the case below using 28,30 or 28 ‘,’30 I just can…
5 replies
I created a number of roles one of them being Principal. I want to grant this role to the user ravi…
3 replies
Hi Guru, I need some help to query these two below tables: CREATE TABLE [dbo].[Transactions]( …
3 replies
Hi All, I have 500+ tables in one database. Out of them I would like to script out about 230 tables…
2 replies
Hey guys, I am importing a data file in SSIS and as I was doing the import I got an error message s…
2 replies
Dears, I have a table with following columns and test data for a particular employee : LeaveRequest…
5 replies
Hiya, I have a column with datatype numeric(19,4) which can have negative numbers. These are stored…
5 replies
Hi, I need your expertise on this issue. Basically the reason to do this is to group the rates so t…
4 replies
I have a query like this SET TRANSACTION ISOLATION LEVEL SERIALIZABLE WITH Customers AS ( SELECT * …
3 replies
Hi, I need to show the status change indicator in my sql.Its only for a club. Create Table Script d…
5 replies
Hi, (SELECT COUNT(ID) AS TCount from dbo.Listing where StatusPriorMonth ='Active' ) SELECT COUNT([A…
4 replies
Hello - I am trying to run the following query: Select column1, column2, column3, CASE WHEN ((sel…
15 replies
Hello All, I’ve been researching this all morning and so far have not come up with a solution and t…
4 replies
Viewing 15 topics - 8,116 through 8,130 (of 10,647 total)
You must be logged in to create new topics.