Topics
Started by
Posts
Last post
Q1) I am using follwing tem table in stored proc to loop throught tmpid , will it create any gaps o…
6 replies
Hi All, I need your help to figure out a query. create table #Ord (OrdID INT, OrdDt DATE, CustID …
17 replies
I am looking for some help with IF or WHILE statements EXAMPLE: DECALRE @Results INT EXEC @Results …
18 replies
I'm using SSMS pointed to SQL Server 2012. Can anyone tell me why both of these return the same va…
8 replies
Hello All, I am having three tables say table A, table B, table C of which table a and table b has …
2 replies
create table #Source(Column_source varchar(20)) Insert into #Source values('1'),('2') need to sea…
2 replies
I'm trying to perform a Select Statement to a record between 12:AM and 12:03 AM select j.name as…
2 replies
I have the following script which works great. It creates the folder as required. declare @MD varch…
11 replies
I have a sports team stat database, where each record contains a teams performance (win , loss, aga…
12 replies
Hi! I have a query which needs to filter table according provided filters. I need to filter just by…
4 replies
Hi I have a following table CREATE TABLE #Test ( Id int, Principal float, Interest float, Cash…
17 replies
In a sql server 2012 database, I have the following table that I need to obtain data from by doing …
6 replies
I need to pull whatever the string is in a text column that occurs after the word Requestor: and be…
4 replies
I have a table with the column [LC Call Num] (nvarchar(255)), and the table uses the SQL_Latin1_Gen…
3 replies
My problem is that in the source system, time is entered in terms of .3 is 30 mins and .15 as 15 mi…
3 replies
Viewing 15 topics - 2,356 through 2,370 (of 4,984 total)
You must be logged in to create new topics.