News

All right, we are good to go with continuing to create some users on the SQL server. First off, let's take a quick look at the existing users and see how many of the users are sqllogons and which ones ...
To enable access to your SQL Server for those 1000 Windows users requires a single Windows login based on the Accounting group. ... just create a Windows login for Eddie and specify Deny access.
During the last few articles, we have covered the basics of working with SQL server using the Server Management Objects (SMO) and PowerShell. We have covered things such as viewing the state of ...
SQL Server 2008 R2, which ships this month, allows end users to tap into the powerful business intelligence features of SQL Server via tight integration with popular Microsoft applications like Excel.
Ok, for SQL server 2000, ... Yeah, it works but it isn't secure.<BR><BR>Create a local user on that box, call it SQLserviceaccount or SQLadmin or whatever seems appropriate to you.
Today’s README file explains how to create connection strings to SQL Server databases using Visual Studio’s built-in tools. To provide an example using real source, I created a simple Winforms ...