Viewing 15 topics - 9,691 through 9,705 (of 284,090 total)
Topics
Started by
Posts
Last post
I have a crystal report I'm trying to create a sp for the data so I can use in SSRS. This is the s…
3 replies
CREATE TABLE #ZIPS (ZIP Varchar(5)) INSERT INTO #ZIPs Values ('09876') INSERT INTO #ZIPs Values ('3…
31 replies
Hello. I’m starting in the ssrs, using sql 2019 I want calculate the percentage of a column in matr…
3 replies
Hi, I have the below scenario SqlServer1 Database1 Table1 Columns: Name(Varchar), Seq(int) SqlServe…
1 replies
I'm writing a manual SQL deployment script that is re-runnable. Everything works however one use ca…
5 replies
Hi All, I encountered a data rounding problem. I want to rounded using such logic: 3,4 = 3 3,5 = 4 …
6 replies
Hi We have SQL server 2014 Active/Passive cluster. And we planned to migrate existing cluster to SQ…
2 replies
I have a question for the seasoned DBA's on here. I have come across a sql server environment where…
8 replies
Hi Guys Hope everyone is well, i have a field called NAME with some data as shown below Name RECA-A…
10 replies
Hello experts, I migrated some SSRS 2012 reports, including some subscriptions, into a new SSRS 201…
3 replies
I updated SQL 2017 on a development box last Friday and since then it appears no job history has be…
11 replies
Dear Group: I am trying to find a method (haven't found it yet with Google) on determining when a t…
8 replies
Here's the table definition. There are no indexes nor constraints on it. CREATE TABLE #Action (Pro…
6 replies
Hello SQL experts, I am facing an issue where a process gets deadlock and the log suggests "communi…
2 replies
Hi , we would like to automate the database and schema creation with master data for one of our pr…
7 replies
Viewing 15 topics - 9,691 through 9,705 (of 284,090 total)