Viewing 15 posts - 361 through 375 (of 992 total)
I'd say that your SQL Server account does not have permissions to start services. Under what account are you running the MSSQLSERVER (or similar) service?
November 21, 2006 at 4:37 am
It's probably best if you explain what you want the queries to do. From what I can see,
Query 1 returns, for each age, the number of children with that age
Query...
November 15, 2006 at 11:23 pm
I did say it wasn't a smart thing to do but was possible If it is done then it should be very...
November 15, 2006 at 6:34 pm
I'm not sure, although there's a tool (might be from RedGate) that lets you compare databases. This tool can do a comparison from a DB that isn't even attached to...
November 15, 2006 at 6:25 pm
I'm not 100% familiar with DTS but I believe that if you run using dtsrun then your package will execute using your permissions. When run from SQLAGENT it will use...
November 15, 2006 at 6:21 pm
Can PowerBuilder access ActiveX/COM objects? (I think it can) If so, try using ADO for your export.
November 15, 2006 at 6:18 pm
I share the same opinion as many of the others who have already commented - this is an excellent site, you've chosen a responsible new owner and we're all very...
November 14, 2006 at 5:25 am
Couple of things.
1. Could you post all of your code so we can see where the BEGIN TRANSACTION, etc statements are?
2. What if you have just a single row in...
November 14, 2006 at 5:21 am
Look at the front page of this very website today (http://www.sqlservercentral.com). There's an article called "Making SA Work" which describes EXACTLY what you want
November 14, 2006 at 5:16 am
The long, ugly and wrong way would be to use the SP_OAxxx procedures in a SQL stored proc to start MS Excel on your SERVER, somehow get that Excel to...
November 14, 2006 at 5:14 am
I'm not 100% on replication but I believe you can script it from Enterprise Manager... Failing that, look in Google for
"Sql Server" script replication
I quickly found in the first...
November 13, 2006 at 4:22 am
See http://msdn2.microsoft.com/en-us/library/ms174385.aspx
Some potential problems you might be having...
1. Is the DB read only?
2. Did you have multiple files in the DB (ie more than just an mdf + log pair)?
3....
November 13, 2006 at 4:19 am
Perhaps winzip is displaying a hidden window?
I'm not familiar with winzip's command line abilities (it may well be suitable) but you could go for a dedicated command-line archiving app such...
November 13, 2006 at 4:14 am
I haven't got as much experience with 2005, but with 2000 (although this is naughty you still can do it) you can script out the stored procs in your master...
November 13, 2006 at 4:12 am
Kathi's probably right. Note that you don't need to create foreign key constraints on tables to join them together. Your reporting tool may make use of existing ref integrity constraints...
November 10, 2006 at 11:29 pm
Viewing 15 posts - 361 through 375 (of 992 total)