As far as I know your only option there would be to look at the add/remove programs list (or dump this data from the registry to make it easier to deal with) and get that info from there. SQL Server doesn’t track that within the system databases.
SQL Server 2005 doesn’t have auditing, but SQL Server 2008 does. If you edit the Audit in SSMS one of the options is to shut down the SQL Server in the event of an audit failure. I normally recommend not going this as if you do and the server shuts down you’ve got no way [...]
Beyond what my blog post states, that Melanie referenced, even if Microsoft attempts to take out the competition, there’s a lot of legal issues that are going to (and already have) arisen. As linked in my post: http://www.zdnet.com.au/linux-users-threaten-microsoft-with-accc-339323063.htm People are already threatening to sue Microsoft for anti-trust violations if Secure Boot eliminates the Linux possibility. [...]
Start by getting rid in the index scan by adding a non-clustered index. If you can post the sqlplan file somewhere I can take a look at it.
Good luck with the book,everyone always brings this up! Enjoy http://www.nikemallchina.com, Retail and wholesale NIKEćAdidas’s running shoes, soccer shoes, basketball shoes,and so on.
Users won’t be able to authenticate automatically in a workgroup. The server must prompt them for credentials, and the credentials that they enter much be users created on the server which is running SSRS.
Open IT Forum: Goals to round out 2011 – The goals that have been set for our department to finish out this year (2011) and move into 2012 are simple; establish a base line of where we are currently with our software (back office) and begin the planning to fully implement the new back office [...]
Just take the backup file, copy it to the SQL 2008 server and restore it. SQL Server will upgrade the database for you automatically.
You can load SSAS 2005 cubes from any data source including SQL Server 2008. What kind of cubes are they? What storage model are you using? How are you loading the cubes?
There’s nothing wrong with Service Broker. Are you doing an END CONVERSATION on the sending side as well? Service Broker requires a two phase commit to end the conversation. You should have an activated stored procedure on the sending queue on the sending server which closed the conversations when messages arrive in the sending queue.
Storing the database in the App_Data directory usually isn’t the best idea. It wouldn’t be all that hard for someone to download the database from the website. Instead of having the AttachDbFilename parameter in there, simply attach the instance to the SQL Server and connect to it like a normal application would.
Yes you can move the database. In Management Studio right click on the database and select all tasks then detach database. Then move the files, then you can attach the database by right clicking on “Databases” in the object explorer of Management Studio and select all tasks then attach database. Find the file and select [...]
What shows up when you query the sys.servers catalog view?
I just answered the Cisco ASA question <a href=”http://itknowledgeexchange.techtarget.com/itanswers/asa/#viewquestion”>here</a>. Check it out! I LOVE CISCO!
Hi, I’ve posted an answer which you can check in the following url: http://itknowledgeexchange.techtarget.com/itanswers/power-shell-script-change-screen-resolutions/ Regards
My documentation is written to be understood by the least knowledgable person who will be using it. If I’m writing disaster recovery procedures, they are written to be understood by the least qualified and knowledgable person in our department. This is no means a reflection on their abilities, but simply an opinion that if they [...]
A timely response is always encouraged and just good customer service of course. Nothing worse than asking for help and then waiting hours or even days for a response. If you say someone will be with the customer shortly, don’t keep them waiting forever please! I don’t mind giving a level of severity. If I [...]
As others have suggested, the table needs to be broken up and normalized. In a salary application, I venture to state that about 70% to 80% of data is static month to month. Consequently your monthly replication of 27000 of rows (with 37 columns) is a not good design. You really need to take a [...]
The main problem in our area are ice storms, freezing rain, severe thunderstorms and tornados. Most of these result in power outages which is dealt with by UPS and backup generators. Now our company has experienced growth over the past decade to the point where we are now beginning to implement 2 co-locations for our [...]
Dynamic SQL is the only way that you’ll be able to do this. The code you have looks fine to me. [kccrosser] There are a couple of key things to do to speed this up – a LOT. 1. eliminate those “select top 1 …” queries. Those are causing a table scan and sort, where [...]





