Topics
Started by
Posts
Last post
I have a table with 2 columns Tags Value The first 14 tags have to be in the order I give . However…
1 replies
Hi, i want to show the column data in row wise, can any one please help me how to write a query for…
15 replies
here is my code: Declare @var varchar(3) SET @var = '22' SET @QRY ='exec dbo.sp_policeTest' + @var …
6 replies
The following Code is giving me the following error: Only one expression can be specified in the se…
2 replies
Hi I was trying to run the below query exec master..xp_cmdshell 'C:\Program Files\7-Zip\7z.exe …
8 replies
I want to create Jobs Dynamically using a stored procedure and also kick off those jobs. Also we ca…
10 replies
hi Everyone, I have one query, i want to calculate the business working hours (like from monday to …
28 replies
Hello, I want to replace cusror used in the stored procedure by any other alternative solution. Can…
3 replies
Hello, I'm new to XML and SQL Server. I am trying to extract the CustomerID field from the foll…
5 replies
I'm trying to create a user defined function that will use the people_code_ID as an input parameter…
12 replies
Hi All, I have around 200+ tables in database and all the tables have column with the name Is…
5 replies
I have a stored procedure in which I need to set the parameter equal to a column in a table. I have…
10 replies
Hello, I have the following question: My data set is: id: - number: 1 - 20 2 - 11 3 - 2…
1 replies
Hi guys, good day! I have been looking around the web about an error that im getting when i try to …
8 replies
Hi, I am new to use MERGE statement. The MERGE does not find any match and insert row into an exis…
13 replies
Viewing 15 topics - 46 through 60 (of 4,155 total)
You must be logged in to create new topics.