Viewing 15 posts - 2,371 through 2,385 (of 2,862 total)
Koen Verbeeck (12/7/2011)
It should be easy to test.
WITH CTE_Numbers (number)
AS
(SELECT ROW_NUMBER() OVER (ORDER BY sc1.name) AS number
FROM master.sys.columns sc1, master.sys.columns sc2)
SELECT TOP 32767 'CREATE DATABASE...
December 8, 2011 at 9:23 am
This looks like permissions problem.
Please make sure that the SQLS Engine has access rights to the respective directory.
BTW, typically SQLS jobs are deployed into a separate directory, not into Program...
December 7, 2011 at 1:16 pm
The former one is the MSDN download version, the latter one the Windows Update version, but I can only guess that they are different builds.
December 7, 2011 at 12:17 pm
Yes, that is a good start.
If you run into a problem, I am here.
December 7, 2011 at 12:14 pm
SQLRNNR (12/7/2011)
Ninja's_RGR'us (12/7/2011)
SQLRNNR (12/7/2011)
bcsims 90437 (12/7/2011)
Ninja's_RGR'us (12/7/2011)
SQLRNNR (12/7/2011)
mutinyHow can you do that when you're the boss???
Multiple personalities?
understatement
says who?
Legion
Foreign?
December 7, 2011 at 12:13 pm
bitbucket, you are thereby appointed an SQLServerCentral sneak in residence. 🙂
Thanks for an interesting QotD!
December 6, 2011 at 10:21 pm
Jeff Moden (12/6/2011)
December 6, 2011 at 9:17 pm
Tony Palmeri (12/6/2011)
. . . Neither those laws, nor the principles upon which they are based are arbitrary. ...
Could you please quote someone who reconciled the concept of the Common...
December 6, 2011 at 7:56 pm
Steve Jones - SSC Editor (12/6/2011)
Tony Palmeri (12/6/2011)
sqlnyc (12/6/2011)
December 6, 2011 at 7:32 pm
Yes, it can and should.
I believe there are no specific instructions. Windows Update should do it for you.
December 6, 2011 at 2:08 pm
I forgot to mention that before you build your project for deployment, you ought to make sure that you build a Release version. (Not Debug.)
December 6, 2011 at 1:59 pm
You do not run your VB project - you need a Deployment Project that will reference primary output of your VB project. (There are walkthroughs for that.)
Then you buld...
December 6, 2011 at 1:57 pm
Wow - one of the best questions is a long time... Thank you, Hugo!
December 6, 2011 at 9:46 am
Michael Valentine Jones (12/5/2011)
Michael Valentine Jones (12/3/2011)
December 5, 2011 at 8:28 pm
Viewing 15 posts - 2,371 through 2,385 (of 2,862 total)