Viewing 15 posts - 9,091 through 9,105 (of 13,461 total)
a perfect example of why you should not use the old ansi syntax, and only the new ones with the JOIN keyword.
your query never connects the table FWXProductClassification to anything...
July 8, 2010 at 1:56 pm
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?
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...
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.
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...
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?
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...
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...
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...
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...
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...
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...
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...
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...
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...
July 7, 2010 at 12:11 pm
Viewing 15 posts - 9,091 through 9,105 (of 13,461 total)