Viewing 15 posts - 106 through 120 (of 287 total)
JimS-Indy (10/23/2012)
VBS is very unsatisfactory. No editor, No debugger. I wrote the original program in VBA and deployed it as a standalone db...
October 24, 2012 at 4:18 am
This problem could probably be more "cleanly" solved with a CLR object.
Happy to help you knock one up if you'd like to go that route.
October 23, 2012 at 9:04 am
D-SQL (10/15/2012)
GRANT SELECT on spt_values TO public
but recieved an error
Msg 15151, Level 16, State 1, Line 1
Cannot find the object...
October 15, 2012 at 9:36 am
This blog post might help you:
October 12, 2012 at 4:45 am
dflbob (10/8/2012)
October 8, 2012 at 8:59 am
The problem with asking someone to "guide" you to the best Certification Exams to take is that it is actually not easy to do without a fair bit of knowledge...
October 8, 2012 at 5:58 am
A number of them come with Services you can shut down if you are not using them.
October 8, 2012 at 5:15 am
singh.anirudh31 (10/4/2012)
October 4, 2012 at 5:31 am
What part of the Merge Statement are you trying to add the variabe to?
October 4, 2012 at 5:19 am
I think "Disabling" Constraints is only relevant for DML, for example, you could disable a Constraint if
you sought to insert data into a table, bypassing checks.
If, however, you wish to...
October 4, 2012 at 4:30 am
dastagiri16 (10/3/2012)
hi team,Could you plesae explian with any example how to use/declare local and globle variables in t-sql block..
Thanks,
Dastagiri
The concept of "global variables" doesn't really exist in T-Sql. You...
October 4, 2012 at 4:06 am
sqlfriends (10/1/2012)
For example If...
October 2, 2012 at 9:06 am
The error is almost certainly what it is.
I would just check and confirm the spelling, database and objects you are trying to access.
October 2, 2012 at 7:57 am
tauseef.jan (9/27/2012)
I need to create a server trigger to automatically map a login to a new database and make it a member of the db_owner database role.
I was trying...
September 27, 2012 at 9:32 am
Viewing 15 posts - 106 through 120 (of 287 total)