Topics
Started by
Posts
Last post
Hi all I have two stored procedures which return dynamic columns as result sets. is there any way …
2 replies
I fire a trigger on tblAdmin as CREATE TRIGGER [dbo].[trg_mailupdation] ON [dbo].[tblAdmin] …
1 replies
Hi, The below table is my source SkillBU1BU2BU3 Skill1000 Skill2260 Skill3007 Skill44…
8 replies
Hi, I'm using DBCC Page to investigate data on specific pages. My question is: Does DBCC Page show …
2 replies
Hi, I have a table with exchange rates between 2 countries. There's 90 days of history for every e…
7 replies
Hi, I currently run a query daily and have to results going into a table using insert into.. select…
25 replies
hello, i am providing these small example to make myself better understood. CREATE TABLE #Groups (…
5 replies
I've always understood that CTEs were similar to derived tables in that they were simply logical co…
4 replies
hi, I need an example simple indirect recursive trigger. Thanks.
3 replies
hi all, i am having a requirement like this input EmpIDreportdatereportnamenoofdays 4711/29/201…
8 replies
Good afternoon everyone! I'm not a regular developer so please excuse my question for being easy fo…
13 replies
If i had 4 tables: FrogsTable: NamesColumn:bill,steve,john DogsTable: NamesColumn: bob, bill, john …
3 replies
I have a query that returns a duplicate account listing: SELECT Account FROM Account_Table WHERE Ac…
3 replies
I have table set up similar to this: CREATE TABLE #Visits ( [TargetID] [int] NOT NULL, [TargetNa…
4 replies
I Have a table with a field called name that is formated as the examples below. I need to pull the…
2 replies
Viewing 15 topics - 4,561 through 4,575 (of 10,647 total)
You must be logged in to create new topics.