Viewing 15 posts - 61 through 75 (of 583 total)
Try changing the provider to SQLNCLI. See http://www.connectionstrings.com for lots of connection string examples.
May 22, 2007 at 6:33 pm
I ran across a way to generate the numbers list in Itzik Ben-Gan's book "Inside Microsoft SQL Server 2005 T-SQL Querying". Itzik is a genious, and I highly recommend his...
May 22, 2007 at 10:07 am
Enter CTRL+ALT+X to enable the Toolbox window.
Make sure the "Report Items" section is expanded.
If you still see no controls, right-click in the toolbox and choose "reset toolbox"
May 17, 2007 at 4:45 am
Some errors are not handled by TRY/CATCH. If you have an invalid object or column name, the batch will fail and the CATCH block will not execute.
May 11, 2007 at 9:37 pm
One thing I learned when networking with other DBAs at the local user group or PASS is that there is always someone who knows more than I do about any...
May 11, 2007 at 9:10 am
I played around with linking to Exchange through Access and noticed that there was a checkbox at that point that allowed you to save the default profile. I assume that you left...
May 4, 2007 at 8:37 am
LDAP can be used to pull information from Active Directory and Exchange. CDO can be used to pull information from Exchange. Basically, you would have to write a script to...
May 3, 2007 at 10:46 am
You will need to write a script using CDO or LDAP to get the Exchange data. It is not necessarily easy to learn. You can search the web for sample...
May 3, 2007 at 9:02 am
It sounds like you are using Access to link to Exchange, then pulling the data into SQL Server through Access. There are other ways to get Exchange data, like using...
May 2, 2007 at 10:31 am
If the job is disabled, it shouldn't automatically run. Could someone have started the job manually? Or, is there another job or stored procedure that starts this job?
April 26, 2007 at 4:07 pm
In SQL Server 2005, you can do this:
1. Create a new database role
2. Add the user account to the role
3. Using SQL Server Management Studio, expand Security, Schemas under the...
April 25, 2007 at 3:52 pm
It you want to automate it, create a SQL Server Integration Services (SSIS) package to do the work. You can schedule it as a job from SQL Server.
April 25, 2007 at 3:36 pm
what is the error when it opens from the switchboard?
April 23, 2007 at 12:16 pm
Viewing 15 posts - 61 through 75 (of 583 total)