Viewing 15 posts - 16 through 30 (of 117 total)
Again... if you post some sample data in a readily consumable format, we can help a whole lot more. See the first link in my signature line below for...
January 27, 2022 at 12:23 pm
I have gone through the two parts of Jeff's articles. But I still couldn't figure out the solution. here's my sample data:
businessday category itemno value
2022-01-01...
January 25, 2022 at 1:38 pm
I have gone through the two parts of Jeff's articles. But I still couldn't figure out the solution. here's my sample data:
businessday category itemno value
2022-01-01 xyz banana...
January 24, 2022 at 12:54 pm
Really that's good. And don't know why i couldn't think of except clause (maybe overthinking).
Apologies but i have another set of question. Query actually is little different as i am...
September 10, 2021 at 11:43 am
Lets say this is the second month data with some changes in hierarchy:
insert into dbo.EmpHierarchy
select '2021-09-01', 1, '1001', 'Jeff Moden', '-1', NULL, NULL, NULL, NULL, NULL, NULL,...
September 8, 2021 at 10:21 am
My bad Jeff. Apologies and i am making up for that mistake by making you CEO of the example. 🙂 Here is the code:
This is the hierarchy table:
September 7, 2021 at 5:43 pm
Both the processes fire update statement to change status from Y to N based on column1 values. Process 1 updates for column1 = "ABC" & Process 2 for column1 =...
March 1, 2021 at 6:37 pm
March 1, 2021 at 6:20 pm
Thanks for the link Steve. Though I love Pinal and often enjoy visiting his blogs whenever get free time, I didn't find this particular blog helpful (maybe my naive mind...
March 1, 2021 at 6:14 pm
Ok. I was able to get the records in the involved page crating deadlock... What's the best way to handle page lock ?
All I can think of is to forcing...
February 28, 2021 at 6:30 pm
But as of now what do you think Phil ? I really want to go with new database (with new schema in new DB is good idea) but want to...
February 16, 2021 at 3:35 pm
Phil, glad I asked. The other system is somewhat very poorly written so we are re engineering it while moving to our system. So lots of table structures will be...
February 16, 2021 at 2:06 pm
By system here means application. We have application "A" with database "D". Now another application say "B" with its own database "DB1" on another server is getting merged with our...
February 16, 2021 at 1:35 pm
Can anyone please help on this please ?
April 8, 2020 at 3:17 am
Viewing 15 posts - 16 through 30 (of 117 total)