Viewing 15 topics - 17,086 through 17,100 (of 284,137 total)
Topics
Started by
Posts
Last post
--test data declare @T table(a int null, b int null) insert @T(a, b) select 0, 0 union all select …
4 replies
So the scenario is that I have a user with a role of db_datareader and db_executor. They get an err…
3 replies
Hi, Does blocking has affect on High DTU utilization ? (some people advocate that Spike in DTU mig…
1 replies
Good morning al I encounter a duplicate problem in the result of my query I have a doubt that the r…
6 replies
Comments posted to this topic are about the item The Conference Springboard
5 replies
I'm trying to develop T-SQL (SQLServer 2008 R2) logic for calculating running totals for all accoun…
17 replies
I have a table that has one column that has multiple values. I need to create a new table with each…
3 replies
I have disk space is getting filled up with Analysis OLAP and log location where it has extensions …
1 replies
I've heard Microsoft promote their concept of the "modern data warehouse" and their tools to suppor…
11 replies
I have recently created a code generator which needed to generate 4 Stored Procedures in the destin…
4 replies
Hi, Below I have code that takes in 3 parameters. Now, sometimes, as you can imagine one of these c…
8 replies
Hi I'm looking to alleviate some storage issues until we get new hardware. I'm looking at stretch f…
1 replies
How can I convert this into a Case statement so that the query is not ran every time for each if st…
8 replies
I have a Legacy SQL Server 2014 Cluster that had about 2TB worth of database on it. The Nodes were…
9 replies
I have a table with date column as follows dailydate 2019-10-29 2019-10-30 2019-10-31 Need a query …
1 replies
Viewing 15 topics - 17,086 through 17,100 (of 284,137 total)