Viewing 15 topics - 20,101 through 20,115 (of 284,136 total)
Topics
Started by
Posts
Last post
Hello,I'm trying to run the following query in Microsoft SQL Server Management Studio 17. But I kee…
6 replies
Hello all, In SSMS, in the object Explorer a right click on a table (context menu) takes ages. (SSM…
3 replies
Working on a legacy procedure with multiple select statements . From dm_exec_query_stats was able t…
1 replies
I am trying to take MAX(date) from the result set of three different tables using a UNION operator.…
4 replies
Comments posted to this topic are about the item Fast Enough
17 replies
Comments posted to this topic are about the item The Jumping Identity
8 replies
The view gives the below output. CREATE VIEW V1 AS SELECT SELECT DISTINCT PT.PRO…
8 replies
Hi, I am facing a strange issue. I have the simple query executed from the application: UPDATE T1 S…
11 replies
Can SQL server have multiple Tempdb, and assign users to use different tempdb like Oracle does? Tha…
10 replies
I had both of these running on a database and had issues with the log file growing and never releas…
1 replies
Hi, I have inherited a 1600+ line stored procedure at my work that imports sales orders into our ER…
3 replies
WHERE (B.ELIGIBILITY_FLG <>'Y' or B.ELIGIBILITY_FLG is NULL) and DM.ELIGIBILITY_FLG <>'…
10 replies
I am trying to get all these scripts into one that shows for all databases but the script 2 and 3 i…
3 replies
SELECT * FROM employeeswhere salary in (select min_salary from jobs where jobs.Job_ID = employees.J…
3 replies
I want to keep track of changes I make to reports but I'm not sure what's the best way to do this.&…
7 replies
Viewing 15 topics - 20,101 through 20,115 (of 284,136 total)