Viewing 15 posts - 23,371 through 23,385 (of 39,819 total)
There are lots of developers trying to use LINQ, though not necessarily just to SQL Server. You can use to to get to XML, and other data sources.
June 19, 2009 at 10:15 am
"practise" is the English spelling, where David is located. Practice, is the US spelling.
Personally, the more I teach my kids, the more I think English is a huge mess.
June 19, 2009 at 10:11 am
Trace the login event, Likely you will track down which application/machine is submitting the wrong credentials.
June 19, 2009 at 9:22 am
I think one big issue is that so many people are looking to share data and aggregate it in warehouses or reporting systems. How well does an OODBS allow the...
June 19, 2009 at 9:20 am
Interesting replies. I thought more people would go for scripting, but good to see them using maintenance plans.
The interest of the person, does make a difference, but I think I'd...
June 19, 2009 at 9:13 am
I think that it's because a group used as a login, as in this case, doesn't need the user to be added.
FYI, with 2005, you ought to be using ALTER...
June 19, 2009 at 8:36 am
Now THAT put a smile on my face this morning. Apparently I'm not the only one that has bad days. I'll have to bring that up next week to Phil.
June 19, 2009 at 8:06 am
Well outside of conferences I go throw < a case of beer a year and 3-4 bottles of wine, but I will have a few tonight. Came home to a...
June 18, 2009 at 7:42 pm
Don't turn on auto-shrink, it's a bad idea.
If this is a server, then you probably want regular log backups to control the size of the log, and give you recovery...
June 18, 2009 at 5:15 pm
Keep in mind that the order of rows returned is never guarenteed without an ORDER by clause. You should include that if you are looking for the first anything.
June 18, 2009 at 4:59 pm
Chris,
You are welcome, and best of luck with that. I haven't met many people that didn't learn a lot from additional education. Even if it didn't directly help in their...
June 18, 2009 at 4:32 pm
You'd want to run a trace/Profiler for permission changes while using the tool. The tool must be doing something. SQL Server never loses permissions or changes them itself. Some user...
June 18, 2009 at 12:43 pm
Can you run this in VBSCript from a command prompt and have it work? Or maybe using a scheduled task and the account that IIS is using? I would almost...
June 18, 2009 at 12:38 pm
You'd have to provide more information about the code here if you want help.
There are performance problems with functions at times, so you want to minimize them in large data...
June 18, 2009 at 12:34 pm
My guess that some of the items Enterprise Manager users are locked to your account. I assume this application is published, correct?
Do any of the EM items work?
June 18, 2009 at 12:33 pm
Viewing 15 posts - 23,371 through 23,385 (of 39,819 total)