Viewing 15 topics - 7,141 through 7,155 (of 283,982 total)
Topics
Started by
Posts
Last post
BookId & StudentId has int DataType ALTER PROC [dbo].[USP_SessionBookPlanningSearch] --'0','20,…
4 replies
Hi I have below query & i want to filter data on 2 parameters Create PROC USP_Book ( @ID VARCHA…
2 replies
Hi I have data like below. Brands can be dynamic Loc1 Brand Qty Value L…
3 replies
Hello Community, I'm getting the following SQL error in Azure Synapse Error converting data type va…
2 replies
Comments posted to this topic are about the item Monitoring Azure Blob Storage
2 replies
Comments posted to this topic are about the item Dealing with Transaction Log Growth Br. Kenneth Ig…
9 replies
Hello Community, I'm getting the following SQL error in Azure Synapse Error converting data type va…
16 replies
I'm just curious but I'm in a SQL course at the moment and my head is swimming in all the different…
1 replies
Create PROC [dbo].[SP_Planning] AS BEGIN Truncate TABLE Planning Select * into Planning from (selec…
3 replies
SELECT * FROM TAB1 NATURAL JOIN TAB2 ON(CONDITION); This query gives an error. SELECT * FROM TAB1 N…
3 replies
I want to do UPDATE x SET y = (REPLACE(y,'a=[123]', a=999) FROM x So I'm replacing a=(any 3 intege…
4 replies
Hi Please Assist. I am trying to install SQL SERVER CU 22 on SQL server 2017. Currently installed C…
6 replies
Meta data in Log shipping tables are not updated in msdb when i checked in transaction log shipp…
3 replies
I'm planning a solution where I have a upload to Container triggered a pipeline which copies these …
1 replies
In the below select which populates a table my boss wants to add case or if to the select for field…
10 replies
Viewing 15 topics - 7,141 through 7,155 (of 283,982 total)