Topics
Started by
Posts
Last post
Hi, DECLARE @minDateTime AS DATETIME; DECLARE @maxDateTime AS DATETIME; SET @minDateTime = (SELECT …
3 replies
I have parameter clientid if not 'ALL' then i want to join with temp table otherwise i donot want t…
1 replies
Hi guys, i'm creating a procedure with SET ANSI_WARNINGS OFF and inside this procedure i'm cre…
2 replies
Never Used this Command before need to Concat my last two Fields in my select and it is giving me a…
2 replies
Hi I have stored procedure to send data in table format to Outlook. My code works well in Explorer …
4 replies
i'd like to run this code block into a sp WHILE @CNT < @LOOPS BEGIN Select * from check_activ…
5 replies
I am getting error while i run query. Client id is numeric 18,0 when i run with parameter with ALL …
10 replies
I am importing a comma-delimited text file to a SQL table. All records but two successfully import…
6 replies
Can anyone help me to solve the below issue? Issue: I need to sort alphanumeric value based on the …
7 replies
[font="Courier New"]Suppose I have the data set below: contract lineitem effectiveDate …
4 replies
I'm currently writing some code for a task at work where I need to return values for individual ID'…
10 replies
I have this file as below 'A', 'B', 'C', I am using this bulk insert below: BULK INSERT test..A FRO…
4 replies
Hi, I have a query in which there are a bunch of tables, each of order around hundreds of millions.…
2 replies
I have a Proc that runs reports(not SSRS), Weekly reports runs every Monday and Monthly on the fir…
2 replies
I have a WMI alert setup in SQL that executes a job each time CPU utilization goes beyond 75%. The …
2 replies
Viewing 15 topics - 2,176 through 2,190 (of 4,984 total)
You must be logged in to create new topics.