Topics
Started by
Posts
Last post
I have the following query for auditing contained sql logins in my sql server instance: SET NOCOUNT…
3 replies
I HAVE A TABLE RANGING FROM MONDAY, TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY,SUNDAY THESE TABLES …
13 replies
By: MMartin1
This seems fairly simple, yet I've never been able to do this without multiple steps. I'm creating…
12 replies
I would like to know when to use inner join/outer join and intersect/except as they probably are do…
8 replies
Hi I have the following table CREATE TABLE TempTable( RowID INT, AssetCode VARCHAR(50) NULL, WorkOr…
6 replies
By: Nomvula
Hi, Is there an easy way to see how many rows got affected - both parent and children - when I dele…
2 replies
By: btio_3000
Given this: DECLARE @t TABLE(ID INT IDENTITY, [product] VARCHAR(50), [sku] varchar(50), [colour] V…
1 replies
Hi, I attach my Table and Data - sqlData-20082016-1.zip How to create All Cross-Value based on data…
12 replies
By: Qira
Hi, I'm using dynamic code but I'm not able to return any rowcount DECLARE @rowDSServernvarchar…
7 replies
By: candide
Hi , i have a requirement to create a table on the fly as part of the store proc by grabbing the co…
1 replies
Hello, I have setup my trace definition to save a xdl file, when I export the scripted trace defini…
3 replies
Hi experts, I need a trigger script that will insert a record in Audit table when performing update…
23 replies
Okay, I MUST be missing something; update EmpActions set isactive = 'N' where 1=2 When I run this…
11 replies
Hi All, Edit - managed to edit the original post. I have data that I need to find missing date gap…
4 replies
Hello I Have a Table with this Contents: How I Can Get Below Table from A bow table: by the way y…
2 replies
Viewing 15 topics - 571 through 585 (of 10,647 total)
You must be logged in to create new topics.