Topics
Started by
Posts
Last post
I have Three stored Procedures A,B,C C is a common procedure which derives data into a common table…
16 replies
Hello SQLServerCentral community, I'm looking for guidance on setting up resource alerts for Manage…
1 replies
Hi All, I need some assistance and not sure how to achieve the expected output. I have a JSON input…
29 replies
I can connect to the sql server 2019 from my linux machine with tsql but not with isql or with PHP…
7 replies
Ok, not sure how to explain this 100%. Here is the issue. I have 2 tables (can't post actual schema…
7 replies
So we have a SQL Server database running in a Docker Container on Linux There is a stored procedure…
8 replies
This is something I've never seen before and I can't think of the right way to search properly for …
17 replies
All, I am attempting to perform a table migration for one table (tableA) from my source database (d…
8 replies
Hi I have payroll detail table in which I have payroll details id and an employee id (foreign key f…
18 replies
Hi there I am trying to extract values from a JSON array object but struggling so my code is as fol…
21 replies
Hello I need help on how to do this more efficient. I will need to write a store procedure to valid…
1 replies
Below is a code i wanted to improve some readability and functionality: GO /****** Object: View […
7 replies
cast(DATEADD(DAY, case when j1 is null then 0 else j1 end, j_date) as date) as 'DateEnd', I get res…
6 replies
Hello, how can I change this code to txt pipe format? $DataSet.Tables[0] | Export-csv -Path "C:\Tes…
2 replies
I found this older script by Greg Ryan in 2013 to script out all the logins, permissions, roles. h…
3 replies
Viewing 15 topics - 331 through 345 (of 1,791 total)
You must be logged in to create new topics.