Viewing 15 posts - 7,351 through 7,365 (of 11,678 total)
Can't you configure the datasource to run with a fixed set of credentials instead of using Windows Authentication?
April 12, 2012 at 11:30 pm
Very very nice question (not only because my name is in it :-D)
Never used WITH TIES before, so I definately learned something.
Good question to close the week.
April 12, 2012 at 11:26 pm
GilaMonster (4/12/2012)
April 12, 2012 at 2:16 pm
Try this:
=DateAdd("d",-1,Today())
April 12, 2012 at 7:15 am
Grant Fritchey (4/12/2012)
April 12, 2012 at 5:24 am
Rashid Manzar (4/11/2012)
what I did is delete the data flow task, recreated it again, and i saw that the column width was correct, this resolved the issue.
These options are a...
April 12, 2012 at 12:33 am
Express doesn't support SSIS, only the Import/Export wizard.
Features Supported by the Editions of SQL Server 2008
(there's no page anymore for 2005, but there aren't that much differences between 2005 and...
April 12, 2012 at 12:30 am
Sure. It's called cascading parameters.
http://msdn.microsoft.com/en-us/library/aa337169(v=sql.100).aspx
Your query would look like this:
SELECT PLANTCODE
FROM MOM_GSCS_UNMET_IC_DAILY_SUMMARY
WHERE MODELCODE = @ModelCode
GROUP BY PLANTCODE
ORDER BY PLANTCODE
April 12, 2012 at 12:14 am
Apply. These job listings describe their ideal candidate. Which usually doesn't exists.
Most of the time it goes roughly like this:
* lots of experience in field A (actually needed for the...
April 12, 2012 at 12:03 am
Nice question, always good to learn something new.
April 11, 2012 at 11:52 pm
Nice article, but why don't you use the system variable @ErrorDescription, instead of fetching it from the logging table?
April 11, 2012 at 11:46 pm
amaramoosa (4/11/2012)
April 11, 2012 at 10:58 pm
G Bryant McClellan (4/11/2012)
April 11, 2012 at 5:55 am
Nice article. Good read, thanks.
April 11, 2012 at 2:45 am
If I didn't "distract" myself from time to time with SQLServerCentral, I surely would have less knowledge than I have now. It helps me improving the quality of my work....
April 11, 2012 at 2:43 am
Viewing 15 posts - 7,351 through 7,365 (of 11,678 total)