Topics
Started by
Posts
Last post
I would like to add a grand total column (total number of students) to a pivot table the pivot tabl…
2 replies
select ','+quotename(C.name) from sys.columns as C where C.object_id = object_id('[CUSCONFIG].[LS…
3 replies
Application folks have a process by which a job drops and creates database snapshots. In one parti…
2 replies
use master go EXEC sp_configure 'show advanced options',1 go RECONFIGURE EXEC sp_configure 'xp_cmds…
1 replies
ALTER PROCEDURE [dbo].[sp_createdate2] @sdate AS date , @edate AS date, @userid AS INT AS BEGIN DE…
4 replies
Hi SQL Masters, I have a situation here regarding my supported two Databases, one of them is ABC Da…
1 replies
Hi Guys...Please let mi Clarify The is it Possible to ' Can we create clustered index on non pri…
4 replies
Code a call to the stored procedure That returns Invoices with an InvoiceDate Between April 10 and …
1 replies
Hi...guys.... I am getting this error: event id: 17052 Error: 9002, Severity: 17, State: 6The log…
1 replies
how to add # special character in a string @mysql that will be used by exec @mysql Hello all I have…
2 replies
I have 2 columns of dates. What I need to do is to sum or count days in between. I know that there …
3 replies
We are starting to dabble with policy management where I work, and I was wondering if anyone would …
1 replies
Scenario Used SSIS bulk insert to loop through a series of flat files and load them into a database…
2 replies
I have read through many of the posts on the grouping, but cannot find anything that fits what I ne…
7 replies
What all statements are logged in transaction log file in sql server.
4 replies
Viewing 15 topics - 15,961 through 15,975 (of 30,191 total)
You must be logged in to create new topics.