Viewing 15 posts - 9,091 through 9,105 (of 13,460 total)
just checking the basics...SYSUTCDATETIME() is SQL 2008 only...could it be the server you ran the script on is 2005 and the trigger is failing with invalid column name?
Lowell
July 8, 2010 at 1:48 pm
Paarth no, you can't assign a column value as a default...it has to be a constant or results of a function.
i think you want to either use a calculated column(MyCol...
Lowell
July 8, 2010 at 10:52 am
I'd also suggest looking at parameter sniffing and whether statistics are updated on the production servers as well...both of those things can lead to bad performance.
Lowell
July 8, 2010 at 10:00 am
river i don't think you need to check it before hand , just change it...
if xp_cmdshell is already enabled you just get this message anyway:
Configuration option 'xp_cmdshell' changed from 1...
Lowell
July 8, 2010 at 9:38 am
that requirement reads like the person who wrote it already knows the answer/how to do it...this isn't a homework question or anything, is it?
Lowell
July 8, 2010 at 9:25 am
http://en.wikipedia.org/wiki/AutoRun
autorun is an option to call a specific executable on a CDROM, if the user has permitted it(registry settings are checked)
so you could create an executable that is called...
Lowell
July 8, 2010 at 9:04 am
not sure on the space saving thing....is it that important to try and downsize the db?
for the second part, if adding a column affects the application, i think you'd...
Lowell
July 8, 2010 at 8:18 am
ok forget the do it yourself thing: download this free program:
it will scan your entire network in a LOT of differnet ways, and find all installations, including multiple instances ont...
Lowell
July 8, 2010 at 7:13 am
I would do this outside of SQL with either a sqlcmd , cmd script or an application. personally doing it in vb.NET is easiest for me, your milage...
Lowell
July 8, 2010 at 6:17 am
niter can you show us the current query you are using? we can probably infer a lot from that, but the CREATE VIEW definition would help as well;
the requrement looks...
Lowell
July 8, 2010 at 6:07 am
Twinsoft SME (7/8/2010)
Have you try this code???
Twinsoft is right...if you import the diagrams into a database that does not have the exact same object_id's, it fails with the same error...
Lowell
July 8, 2010 at 5:53 am
not sending externally is definitely a relaying issue, that was my point....it's not really a SQL issue anymore if you know you've already added everything for basic authentication. get with...
Lowell
July 7, 2010 at 3:40 pm
Terry this is a pretty common situation, and the issue has to do with relaying and your exchange server / mail server.
mail servers are set up to avoid spam. as...
Lowell
July 7, 2010 at 12:22 pm
lets cover the basics, Andre, since this is your first post:
a VIEW is a saved SQL statement...so if you have other views in the test database, you will need to...
Lowell
July 7, 2010 at 12:11 pm
Way to go Sean; eventually it'll be featured in an upcoming newsletter and get a lot of exposure.
You put a lot of effort into putting it together, along with...
Lowell
July 7, 2010 at 10:12 am
Viewing 15 posts - 9,091 through 9,105 (of 13,460 total)