Topics
Started by
Posts
Last post
Does anyone have a good heat map function or proc that takes three params. TheValue, MinOfAllValues…
4 replies
Can someone please help me with explaining why I am getting the error shown in the attached file?Th…
12 replies
When attempting to diagnose issues with SSRS Reports, I often run into an issue where there is a mu…
4 replies
Hello! If I create a index on a #temp table, without create a Primary Key, the index will work…
3 replies
Hello hello! The source will have approx 10 million rows on each daily run: 5% fresh data (inserts…
13 replies
I was curious to know if we can connect to Git in SQL Server Management Studio without using any th…
3 replies
In my fact table, I have ordernumber and orderlinenumber column as below I need to show calculated …
1 replies
Hi,I'm trying to recreate a stored procedure within SSIS .Basically what I'm trying to do is …
2 replies
I am building an ssis upload into sql. the excel sheet tht I import contains multiple supplie…
1 replies
All, DDL and DML: CREATE TABLE [dbo].[tabDemo]( [ProductGroup] [varchar](50) NULL, [ContactTyp…
4 replies
Hi, I have a job step which executes an SSIS package on SQL Server 2016 SP1. The owner of the…
1 replies
Hi I have values like this in a column which basically is the exact same thing if sorted . ORM;PS…
69 replies
Hi,I am tying to find who have given read only access to some user in the database. when the …
1 replies
Create table #tmp(id int,Type char(1))Insert into #tmpselect 1,'F' union select 1,'F' unionselect 1…
5 replies
Hi, I need to add some new tables to an existing database which will have:1 - much more read/write …
8 replies
Viewing 15 topics - 1,606 through 1,620 (of 3,091 total)
You must be logged in to create new topics.