Topics
Started by
Posts
Last post
Is there a similar command as the one for table to copy everything from a role to another role? For…
20 replies
I have the following query SELECT Distinct SBBACLOAN ,[SBNAME1] ,[SBBRS…
5 replies
I have a puzzle, I need to find out how many days an employee had a certain status in a row, like 1…
16 replies
Good morning, in light of the fact that I got such great help with a much simpler query yesterday, …
6 replies
Hi all, I have the following query: -- ================================================ -- Template…
6 replies
I am having trouble getting this update correct: DECLARE @TopNumINT, @TopNum2INT, @AcctNum…
8 replies
I am working on SQL server 2008 R2 I have a table as following TableA clientcode | days 101 | 30 1…
4 replies
Good morning, does anyone have any suggestions as to how I might be able to rewrite this query? It …
10 replies
[font="Courier New"]Given a table of transaction consisting of the following columns: CardType nv…
8 replies
Hello everyone, I am working on a stored procedure which will be executed by SQL job on a scheduled…
4 replies
Hello guys, I have the following table with the following data: create table tbl1 ( ClusterID VARCH…
14 replies
CREATE TABLE [dbo].[SalesHistoryArchive]( [SaleID] [int] IDENTITY(1,1) NOT NULL, [Product] [varch…
12 replies
I am having trouble constructing an aggregation query which shows the total number of invoices, tot…
7 replies
I'm trying to query SSRS to find the data sources for reports based on models I have this query ;W…
5 replies
Help with query. I have a table with columns PAN ProgramID TransactDate I need to write a stored p…
1 replies
Viewing 15 topics - 6,721 through 6,735 (of 10,635 total)
You must be logged in to create new topics.