Viewing 15 posts - 27,811 through 27,825 (of 39,804 total)
Other responses here: http://www.sqlservercentral.com/Forums/Topic535907-359-1.aspx
Please do not cross post.
July 17, 2008 at 8:03 am
I agree with Jeff, we're happy to help, but we'd like to see a try.
GROUP BY, maybe include a HAVING clause for the COUNT() of records for a patient.
July 16, 2008 at 8:41 pm
Schemas are a way to separate out objects and assign permissions. You could have all stuff moved into one of two schemas, which would make production administration easier.
You still have...
July 16, 2008 at 8:40 pm
I think you need CONTROL permissions on the table (or all the tables) to do this.
I'm not sure how you can do this directly in SQL 2000. You could setup...
July 16, 2008 at 8:39 pm
Most backup solutions only attach to one server and you send files from other servers to that one, or there is a backup agent that moves files.
Arcserve, Veritsa, BMC, all...
July 16, 2008 at 12:42 pm
You don't connect SQL Server to VSS. You would need to manage this from your clients.
If you are new to VSS, you should spend some time learning how it works....
July 16, 2008 at 12:40 pm
I think I had an HP jukebox, circa 95, and it was always flaky.
I'm not sure the cost of storage drops to make up for the cost of storing...
July 16, 2008 at 12:35 pm
If the MDF file is corrupted, and you're sure, first make a copy of it and the LDF files immediately. That way someone can help you. If you can run...
July 16, 2008 at 9:17 am
Very strange. I'll try to test this a little later if I have time, but I wonder what happened. All I can think is that the package got resolved to...
July 16, 2008 at 9:14 am
That's a good question. Did you check and see if SQL Server moved anything itself on startup? If it's working, I'd note it for yourself and the rest of the...
July 16, 2008 at 9:12 am
I've been to Vancouver twice. It's a big city, spanning across the water, and I really liked it. It's expensive, but people were nice, lots of public transport, beautiful, clean,...
July 16, 2008 at 9:03 am
Seems like lots more uses for the spatial stuff than I imagined.
I thought of another last night.
What about some type of lottery/contest application that allows people to register/enter/purchase...
July 16, 2008 at 8:57 am
I'll admit that I hadn't thought about retention when read this article, so very good points about how long to keep things.
I've used optical jukeboxes, but they were problematic from...
July 16, 2008 at 8:47 am
The maintenance plans in 2005 are stored as SSIS packages, and I think the connections are buried in there. They should be in msdb, so you can get them there.
I'd...
July 15, 2008 at 2:20 pm
OK, I accidentally marked this as published instead of pending. I'll remove all answers, and you can re-do this one on the 15th.
I guess it made sense to me. I...
July 15, 2008 at 2:17 pm
Viewing 15 posts - 27,811 through 27,825 (of 39,804 total)