Topics
Started by
Posts
Last post
Hi, I have this situation, we are now on month FEB, I want data from Jan this year, even in DECEMBE…
3 replies
Sample code: CREATE PROCEDURE ColorPopularity AS BEGIN SELECT Color, SUM(Quantity) AS QuantitySol…
9 replies
HiCan someone help me with why I am not able to load the attached XML file using SSIS?When I tried …
5 replies
In the code below what is the purpose of the SELECT statement before @SalesTaxDue = (@TaxRate * .01…
11 replies
I have a table that, when @networkID has a value, I need to join into a query and limit the results…
1 replies
This stored procedure accepts parameters: CREATE PROCEDURE FindCustomersByState@state char(2) = 'C…
8 replies
Hi I have 3 columns (Meeting types) (datetime) and 3 columns with meeting type durations (float). …
11 replies
I know this is possible but am unsure how to set this up. Basically I am needing to pull data for e…
4 replies
can some one help me learn by asking some questions on query building basically tasks. also it woul…
10 replies
Hi every body I use numbered_procedures because of versioning purpose. (Notice: versioning means ve…
10 replies
Would someone please look in a 2017 SSIS package and post the PackageFormatVersion value? I expect …
6 replies
Hi, I have a task which I have been working on but am struggling finding the end result. Task Descr…
6 replies
Hello,I'm trying to run the following query in Microsoft SQL Server Management Studio 17. But I kee…
6 replies
I have table1 that has a many to many relations to table2table1(id, data) <--- relations(id1, id…
3 replies
Hopefully this is an easy question.In my scenario, I want some events to trigger an e-mail to someo…
18 replies
Viewing 15 topics - 1,051 through 1,065 (of 1,544 total)
You must be logged in to create new topics.