Viewing 15 posts - 1,606 through 1,620 (of 2,647 total)
bitbucket-25253 (2/20/2012)
February 20, 2012 at 8:12 pm
You probably will not get much help here for this. Try posting this on an ASP.NET forum.
February 20, 2012 at 3:16 pm
What is the time requirement for this data to be updated in DB2? Can you schedule a job to query the view and then hve that job do whatever...
February 20, 2012 at 3:08 pm
For anyone interested... I made this a bit easier to copy and paste. Hope I didn't delete any characters (except the aliases where they were not referenced).
USE [Version500_Model]
GO
ALTER PROCEDURE...
February 20, 2012 at 3:02 pm
you can't just remove the XML's. Let's start at understanding what the outcome is supposed to be. Can you give us an example? If I was your boss...
February 20, 2012 at 2:47 pm
njdevils39 (2/20/2012)
GilaMonster (2/20/2012)
February 20, 2012 at 2:25 pm
S. Kusen (2/20/2012)
February 20, 2012 at 2:13 pm
njdevils39 (2/20/2012)
GilaMonster (2/20/2012)
SELECT week_num, work_date, u.unit_description, s.shift_id, sh.shift_description
FROM #GET_ORG_SKED
WHERE work_date =...
February 20, 2012 at 1:56 pm
AllanP999 (2/20/2012)
Is a stored procedure with parameters sufficient to prevent all sql insertions? In this instance, is sp_executesql...
February 20, 2012 at 1:30 pm
Maybe you decided not to read the article posted in earlier posts because you like this forum better. So, here you go. Each user that is set up in...
February 20, 2012 at 1:18 pm
Is it possible that you are looking for code to set a read only permission for a user or database?
February 20, 2012 at 1:13 pm
AllanP999 (2/20/2012)
February 20, 2012 at 1:11 pm
Matt Miller (#4) (2/20/2012)
SQLKnowItAll (2/20/2012)
Matt Miller (#4) (2/20/2012)
So - no record is returned since you can't join to a record that doesn't match the join (at least not as is).
EDIT:...
February 20, 2012 at 1:03 pm
The question for me is "what benefit to you gain by combining all of these tables into 1 database?" Are they completely different tables and structures, or are they...
February 20, 2012 at 12:52 pm
Sean Lange (2/20/2012)
February 20, 2012 at 12:41 pm
Viewing 15 posts - 1,606 through 1,620 (of 2,647 total)