Viewing 15 posts - 106 through 120 (of 429 total)
you could have a look at this:
---------------------------------------
elsasoft.org
April 19, 2008 at 12:16 am
DMO is supported in katmai, but it's the last release. after katmai you'll have to move to SMO.
http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=1759081&SiteID=17
---------------------------------------
elsasoft.org
April 18, 2008 at 11:46 pm
it should work if you remove the single quotes around master:
:setvar sourceDB master
use $(sourcedb)
---------------------------------------
elsasoft.org
April 18, 2008 at 11:41 pm
Michael Valentine Jones (4/18/2008)
First, locate all the SQL Servers.Then, look at each SQL Server to see what databases are on it.
reverse the steps for bonus points.
---------------------------------------
elsasoft.org
April 18, 2008 at 11:35 pm
you could do this with triggers. however it would bring the perf of your system to a halt.
---------------------------------------
elsasoft.org
April 18, 2008 at 11:28 pm
it makes it go faster. 😀
---------------------------------------
elsasoft.org
April 18, 2008 at 6:19 pm
exactly. you could just add a step in the job that invokes a .net console app using the CmdExec subsystem in agent. this console app could do anything, for...
---------------------------------------
elsasoft.org
April 17, 2008 at 7:58 am
ms would never port sql server to unix or any other os.
sql server drives adoption of the windows server platform, just as halo drives adoption of the xbox.
---------------------------------------
elsasoft.org
April 16, 2008 at 11:07 pm
in 2005, you don't need an indexed view to get what amounts to a second clustered index on a table - you can get the same effect with included columns...
---------------------------------------
elsasoft.org
April 16, 2008 at 10:57 pm
seems like a bad idea to me. even apart from the security risks of having to allow unsafe assemblies.
databases tend to be the bottleneck in many tiered architectures I've...
---------------------------------------
elsasoft.org
April 16, 2008 at 10:30 pm
this looks like a mysql script. InnoDB is one of the storage engines you can choose there. Another common one in mysql is MyIASM
---------------------------------------
elsasoft.org
April 16, 2008 at 3:55 pm
nice. wasn't aware of that one. 🙂
---------------------------------------
elsasoft.org
April 16, 2008 at 8:01 am
for web email, I like fastmail.fm better than either yahoo or gmail. been using them for many years.
---------------------------------------
elsasoft.org
April 15, 2008 at 9:47 am
it is not easy to diagnose resource leaks in managed code. to do it in managed code used by sql server would be even harder. I've diagnosed plenty...
---------------------------------------
elsasoft.org
April 15, 2008 at 9:26 am
this is generally not a good idea. if your procs are altering the schema of your database, you are building on a shaky foundation indeed.
create view fails because it...
---------------------------------------
elsasoft.org
April 15, 2008 at 7:38 am
Viewing 15 posts - 106 through 120 (of 429 total)