Topics
Started by
Posts
Last post
Hi At a customer we are experiencing varying CPU duration for a single statement (with changing val…
2 replies
We have a stored procedure which is attempting to delete 1-2 rows at a time from a temporal table o…
13 replies
Hi two questions on SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED when in a stored procedure Do…
5 replies
Hello, Hopefully someone can help a novice with the following problem i have. We have as system tha…
12 replies
I have written the query using ranking function. I tried to write the same query using sub query no…
5 replies
Hi, we are trying to bulk write the data in the table. but the process seems to get slow. On checki…
1 replies
Hello Community, Can someone explain why I'm getting the error Incorrect syntax near '-' When I run…
3 replies
Hi everyone, I have data in my table as below date ID value 202101…
5 replies
Does every instance of BEGIN within your code require an END? I've seen more than one piece of code…
8 replies
Why would this return a single space instead of two spaces? select isnull(nullif('',''),' ')
5 replies
Hi all I'm using xp_create_subdir to create subfolder on one of our drives to stores files i…
34 replies
I have a piece of code that I would like some suggestions on how to make it faster\ more efficient.…
38 replies
connecting to SQL Database from asp application and setting CONTEXT_INFO. <connectionStrings>…
1 replies
CREATE TABLE #ZIPS (ZIP Varchar(5)) INSERT INTO #ZIPs Values ('09876') INSERT INTO #ZIPs Values ('3…
31 replies
I have created table variable as below , just want to that result into table as last line is not wo…
2 replies
Viewing 15 topics - 601 through 615 (of 3,093 total)
You must be logged in to create new topics.