Viewing 15 topics - 14,311 through 14,325 (of 284,048 total)
Topics
Started by
Posts
Last post
Hi everyone. I need to be able to list a record set where a particular field has changed, I've writ…
17 replies
Looking for a good way to track down SQL logins with weak passwords - that don’t meet sql password …
17 replies
Hi All, Consider the following: DECLARE @str VARCHAR(200) = '101,102,103,108' -- that I can split …
17 replies
Comments posted to this topic are about the item Overcoming the OPENQUERY Record Limit
17 replies
I have a table with just under two million rows, one column of which is a varchar(max). (Using this…
17 replies
Comments posted to this topic are about the item Obedience Training For Databases: Cascading Constr…
17 replies
I need to identify or flag the records that have an ApptDate that is <=7 days from the Discharge…
17 replies
Comments posted to this topic are about the item NOT IN
17 replies
Comments posted to this topic are about the item Global temporary table visibility
17 replies
WHILE @@FETCH_STATUS = 0 BEGIN FETCH NEXT FROM C_tables INTO @ColName ,@ColOrdPosit ,@TabSchema …
17 replies
Sorry for starting another thread but I thought enough had changed since my other thread that it wa…
17 replies
Hi All, I am joining two tables using one column between them and i have a where condition on one o…
17 replies
Hi I need something like this pseudo code; UPDATE Orders SET InvoiceNo = MAX(InvoiceNo) FROM…
17 replies
Does anyone have a streaming itvf CLR function that can replace special characters in an nvarchar(m…
17 replies
Hello, I’ve been struggling with finding a good way to create a View with de-normalized data from a…
17 replies
Viewing 15 topics - 14,311 through 14,325 (of 284,048 total)