Viewing 15 posts - 9,196 through 9,210 (of 13,469 total)
yeah configuring the server like that is something you like once a year at the most, and only when you needed a functionality you didn't need at startup;
glad i could...
June 23, 2010 at 11:06 am
instead of having a rollback command as the body of the trigger, you can send an email instead....so you can get notification that it ALREADY happened and not rollback the...
June 23, 2010 at 10:47 am
in small letters, right next to the words "Configure Surface Area for localhost" there is a link that says "change computer"
click it and put in the name and connection info...
June 23, 2010 at 10:41 am
the error is self describing...go to Start>>Programs>>Microsoft SQL server and find the Surface Area Configuration....scroll down to database mail and enable it.

June 23, 2010 at 10:24 am
you want to prevent one specific table or all tables from being dropped?
i assume you mean some people have the rights/roles to drop the tables, you are not going to...
June 23, 2010 at 10:06 am
the secret is to use cid:attachedimage.gif for the source file.
here's a setup and working example:
I'm attaching the results of a query, and i copied the SQl server logo to my...
June 23, 2010 at 8:40 am
Note that this has syntax issues with what stewart posted if you are not using SQL 2008; 2005 hates you for a few things (no += operator, can't...
June 23, 2010 at 5:52 am
can any Organization have more than one CompanyNumber a CharityNumber?
if the answer is no/never , i'd put those columns in the Organization table; if the answer is maybe/not sure, i'd...
June 23, 2010 at 5:41 am
boy these read just like homework questions.
what do you think the answers are?
troy2.net (6/23/2010)
1) Can we generate Trigger for two table and give a example ?
you can create a...
June 23, 2010 at 5:35 am
well it really depends on your application.
if your application is a client-server kind of app, then changing the connection string would be once-at-startup, and then an on-demand situation, where...
June 23, 2010 at 4:45 am
andrewkane17 (6/22/2010)
You can also use the below code, we use it to figure out group membership without having to engage domain admins.EXEC xp_logininfo 'whateverdomain\whatevergroup', 'members'
Andrew
omg that extended proc with no...
June 22, 2010 at 3:51 pm
Andrew i have this saved in my snippets; it's creating a linked server to Active directory, and querying for some stuff;
when i tried it on my own network, i didn't...
June 22, 2010 at 3:25 pm
this is outside my area of experience, but my Google-Fu skills are strong! I searched "ssas star or snowflake" and found some stuff.
i found this article about why snowflake is...
June 22, 2010 at 11:58 am
just because a table has no rows does not mean that table has not been referenced by a view/stored proc / function or external application; it is perfectly normal to...
June 22, 2010 at 8:02 am
Viewing 15 posts - 9,196 through 9,210 (of 13,469 total)