Viewing 15 posts - 6,196 through 6,210 (of 14,953 total)
bill 36362 (11/8/2010)
SQL Express in not throttled. It does however have some limits. It only addresses 1GB of Ram adn 1 CPU and max db size is 10GB.
Those are...
November 8, 2010 at 2:11 pm
Craig Farrell (11/8/2010)
GSquared (11/8/2010)
For example, these days, I'd expect if you know Union, you should also know Intersect and Except.
I guess I need to learn intersects. 😉
And before I'd worry...
November 8, 2010 at 12:45 pm
Mike Caldwell (11/8/2010)
November 8, 2010 at 12:26 pm
DDL triggers can also fire for server-level actions, like creating/dropping databases. You just specify "on all server" instead of "on database".
November 8, 2010 at 11:06 am
I normally do ETL through SSIS, not through an external XML file, but it sounds like it should work, if I'm understanding you correctly.
November 8, 2010 at 11:04 am
I'd call Microsoft on that one.
November 8, 2010 at 11:02 am
You might not want the whole connection string for that. Has security implications.
If you add "@@servername" as a column in the query, and add that to the report, that...
November 8, 2010 at 10:58 am
Craig-315134 (11/8/2010)
'Security based on biometric data is not a good idea because just like any other data, your biometric data can stolen - and if it is, you cannot...
November 8, 2010 at 10:48 am
Richard Warr (11/8/2010)
November 8, 2010 at 10:45 am
First, managing the transactions from the calling code, is generally a really bad idea. You're most often much better off to manage the transactions in the stored procedures. ...
November 8, 2010 at 8:26 am
What I've got for something like that is an XML-based "before" log.
If you look in the articles on this site for my Audit Trails and Logging piece, and look in...
November 8, 2010 at 8:15 am
So if the sum ends up at 15.01015, and you want to round to the nearest minute, how does "round(15.01015, 0)" not get you what you need? It'll return...
November 8, 2010 at 6:26 am
ekant_alone (11/5/2010)
ok got my solutionjust add an update function to check if there was anyupate.
query execution time falls from 9 mins to 15 secs:hehe:
15 seconds is still...
November 8, 2010 at 6:21 am
Craig Farrell (11/7/2010)
sankarkot2007 (11/6/2010)
Hello Da-Zerodon't post these type of suggestions,ok.I learn beggener stage Thats why i want some questions
As Jeff mentioned above, that particular question is a trap. ...
November 8, 2010 at 6:20 am
Viewing 15 posts - 6,196 through 6,210 (of 14,953 total)