Viewing 15 posts - 991 through 1,005 (of 2,636 total)
I've seen this too. Sometimes it is caused by Access not knowing what the primary key of the table is. You should designate the primary key when linking...
June 3, 2008 at 11:55 am
If these really are a group of INSERT statements with values supplied, you can just put them in a TSQL step in a scheduled job without using DTS. You could...
June 3, 2008 at 10:15 am
You'll have to make the change in BIDS. I suggest writing the log to a text file.
May 29, 2008 at 11:40 am
Steve's got your third option. If you use either SSIS or scripting, you'll have to create the database first on the destination computer.
May 28, 2008 at 12:23 pm
You could start with the import/export wizard and save a package if you want to move the same data again. See "Importing data, SSIS package" in BOL. Also,...
May 28, 2008 at 12:21 pm
The fixed server roles have only the permissions described in BookOnLine under "Roles" (you can also see them by right-clicking on the role in Enterprise Manager and selecting "properties"). ...
May 28, 2008 at 12:13 pm
It looks like the package couldn't acquire a connection to the database specified in the source connection manager. The first thing that comes to mind is to check to...
May 28, 2008 at 8:25 am
Please be more specific about the problem you're having. Post any error messages you receive.
Thanks
May 27, 2008 at 2:34 pm
So, you want to create a copy of the database without the users? I can think of two ways to do it.
1. Backup the database and restore it in...
May 27, 2008 at 2:33 pm
Right-click on the database name -> select Tasks -> select Generate Scripts... Follow the Wizard until you get to the "Choose Script Options" screen where you can turn those options...
May 27, 2008 at 10:13 am
I haven't seen this error before. What version of SQL Server are you using? I found this on KnowledgeBase and it refers to using SQL 7.0: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q274716
May 27, 2008 at 9:52 am
Since there's no such thing as SQL Server only authentication, you'll have to change it to mixed authentication mode and remove the Windows login that the other DBA uses to...
May 27, 2008 at 9:37 am
What do you mean by "full data access"? Do you want this group to be able to select, update, delete data only or do you want them to...
May 23, 2008 at 12:06 pm
Are we talking developers or end users? What database roles and object permissions do the users have? End users shouldn't be dbo or members of any administrative database...
May 23, 2008 at 11:38 am
Viewing 15 posts - 991 through 1,005 (of 2,636 total)