Viewing 15 posts - 26,926 through 26,940 (of 39,793 total)
Brandie,
I'm slightly buried, but I'll try to get you one in the next week. Got to finish a presentation first 🙁
September 24, 2008 at 4:44 pm
I think this is a good reason why we should have "certified" applications for SQL Server. Some way to limit access to the server to both a user and an...
September 24, 2008 at 8:22 am
Performance could be drastically different, though. Keep that in mind and set expectations from users. Especially if you have > 4GB of RAM.
September 24, 2008 at 7:52 am
If you are using SQLMail, I'd start to move off it. It is deprecated in 2005, meaning it will be removed in future versions. Also, it doesn't work on 64-bit...
September 24, 2008 at 7:50 am
The NO_LOG and TRUNCATE_ONLY options break the backup chain. IF you run these, you need to do a full backup right away.
However, a log backup removes the inactive transactions, or...
September 24, 2008 at 7:45 am
Filestream is only in 2008.
September 24, 2008 at 6:11 am
I think Agile works great in the DB, it's just different clients. Communicate often and regularly with the developers, who are your clients. Address their needs and change direction when...
September 23, 2008 at 9:45 pm
The danger is knowledge.
MySQL is used by Yahoo and some other huge clients. Sun now supports it and it runs great in all sizes of companies. It has a modular...
September 23, 2008 at 3:25 pm
You can implement your own version of log shipping without the overhead from SQL.
Run a backup, move that, while it's moving, run a diff, move that, then while things are...
September 23, 2008 at 3:21 pm
It should be using SSIS, which I think has a few issues between 32 and 64 bit. However if you run it from the source, or from your workstation, I'm...
September 23, 2008 at 3:20 pm
What's first? You need an order to determine that.
You can select top 1 ... order by xxx as a subselect and then use that as the update.
for multiple rows it...
September 23, 2008 at 3:12 pm
I'd second the vote for Inside SQL Server - Query Tuning.
Colin,
If you want to post it here, we'd love to publish it on the site.
September 23, 2008 at 3:11 pm
What is the execution plan and what are the types/indexes on?
Need more information.
September 23, 2008 at 9:06 am
There's always work being done and I'm sure we'll see more enhancements to SQL to handle common tasks as it evolves.
I think SQL works great, but there are always things...
September 23, 2008 at 8:55 am
Jack has the best idea. Any network hiccup will cause the backup to fail. Run it to the local server and then copy it to your hard drive.
September 23, 2008 at 8:53 am
Viewing 15 posts - 26,926 through 26,940 (of 39,793 total)