Viewing 15 posts - 4,636 through 4,650 (of 5,685 total)
I personally prefere msdb deployment. It really depends on how much you want to worry about maintaining backups and the like on msdb vs. using a file system backup,...
December 9, 2010 at 12:05 pm
John Rowan (12/9/2010)
Craig Farrell (12/9/2010)
Black HolesDonut Holes.
My waistline.
December 9, 2010 at 11:42 am
dso808 (12/9/2010)
SET @sql = ' SELECT * FROM PROBLEMTICKET WHERE 1=1 '
I'm not familiar with the...
December 9, 2010 at 11:41 am
jcrawf02 (12/9/2010)
Smart *** are the last two words you're searching for in that acronym. There, I've done my good deed for the day...:-D
Relatively sure every member of the Thread is...
December 9, 2010 at 11:20 am
SQL Server Youngling (12/9/2010)
Great article!"can estimate time and personal expectations well, ..."
Should this perhaps be:
"can estimate time and personnel expectations well,..."?
Thank you. 🙂
No, I had meant it as personal. ...
December 9, 2010 at 11:13 am
Sounds like a classic 'Double Hop' issue. Just google that phrase with sql server and you'll get a ton of information.
The short form is that anything that routes more...
December 9, 2010 at 10:56 am
Stefan Krzywicki (12/9/2010)
December 9, 2010 at 10:38 am
TalkSql (12/9/2010)
It was really put well, I now know where to focus more as a developer now and how to steer myself to the next level. I just...
December 9, 2010 at 10:35 am
casinc815 (12/9/2010)
It does appear to be a trend to try to wrap two or three people into one job description only to spin their wheels looking for the elusive superman!
Sad...
December 9, 2010 at 10:24 am
:blush: First, thank you all for your kind words. I came on ~1/2AM my time out of perverse curiousity and must admit, I was worried. It had 600...
December 9, 2010 at 10:18 am
Unfortunately, you can't.
You can do some template manipulation of the base package, though:
http://blogs.conchango.com/jamiethomson/archive/2005/11/12/2380.aspx
December 9, 2010 at 9:53 am
Your best bet is to start here:
http://www.microsoft.com/learning/en/us/certification/cert-sql-server.aspx
FYI, second link in Google with : Sql server database certification.
Dig into the second tab and the specific test information. This is the...
December 9, 2010 at 9:48 am
Just so you're not left in the wind...
Yes, I've seen this issue regularly. Unfortunately, I don't have an easy fix for you. It falls under the 'grunt work'...
December 9, 2010 at 9:42 am
marees.inspire (12/9/2010)
I am using the dataconversion task to convert the "unicode staring 1000" to "string 1000". since oledb destination does not accept unicode string.
nVARCHAR for Unicode. You mention...
December 9, 2010 at 1:42 am
Viewing 15 posts - 4,636 through 4,650 (of 5,685 total)