Topics
Started by
Posts
Last post
I am just reading data from one dB and inserting into another database. Is it ok to create linked …
7 replies
I have a SSRS report when generated, getting the error Server: Msg 217, Level 16, State 1, Line 1 M…
21 replies
I am stuck guys. Ok I need to create a stored procedure that will get a count of records in each t…
8 replies
I have this query DECLARE @TheDate DATE IF @TheDate IS NULL SET @TheDate = GETDATE() SET @FileN…
5 replies
I have a temp table that has data like this: I need to come up with t-SQL that will show the date…
3 replies
By: gcresse
I have to put together a Query statement and I am looking for a way to do something with an Everyth…
6 replies
DECLARE @End_Date DATE ,@The_Date DATE SET @NetGross = 209 -…
5 replies
Any solution to add primary key to the existing tables with contains around 1000 rows(int,not null)…
1 replies
By: Lowell
Hello, have 2 tables from linked server. result is 1 : n, but in case some issues can be n:n, but t…
4 replies
By: gsspsuxj
I am using a BCP statement to output file to text so it can be uploaded to another application. Ho…
15 replies
I need to keep history for each record in my table. I created another same structured table with ac…
7 replies
I am unable to select from the following function - even though it looks like I'm doing everyting c…
4 replies
Hello, I have two existing tables: Table 1 and Table2. Both tables have some data. So I want to cop…
9 replies
In t-sql 2012, I have the following select statement currently; SELECT PERNUM , RTRIM(LASTNAME) + …
8 replies
Hi all Apologies for the subject not sure how best to describe what I am hoping to achieve. I have …
9 replies
Viewing 15 topics - 2,236 through 2,250 (of 4,984 total)
You must be logged in to create new topics.