Viewing 15 posts - 1,321 through 1,335 (of 4,272 total)
In companies with a number of DNS domains I have seen this OFTEN, when they are setup they include 1 or 2 but there are say 5 total.
CEWII
June 16, 2011 at 10:38 am
I'm guessing you are adding the files then trying to add them to the Filegroup, I believe you need to specifiy the filegroup when you create the file. I...
June 16, 2011 at 10:30 am
That kind of question leads me to question the qualifications of the person interviewing me and an indication the interview is heading south.
I would have to ask which portion of...
June 16, 2011 at 10:24 am
The first two no, those are only meta-data about the package creation, just the connection string needs changed. I only have one in my package so I'm unsure what...
June 16, 2011 at 10:16 am
Provided that you have the same table name created in both schemas I would view this as a defect and log it in Connect or at least look there to...
June 16, 2011 at 10:11 am
Not sure if I am adding anything to the discussion but..
I fully agree "default order" is never guaranteed without an ORDER BY statement. In previous versions, at least 6.5...
June 16, 2011 at 10:09 am
I would contend it is neither a policy OR a SQL issue. I think it is tied entirely to the installer not wanting to deal with the connection to...
June 16, 2011 at 10:01 am
Not to be plugging Red-Gate BUT I have been using their SQL Monitor product and have been pretty happy with it.
CEWII
June 16, 2011 at 9:58 am
You are very welcome. I have a basic set of maint plans that are the template for all my servers, I adjust the servername import them and then start...
June 16, 2011 at 9:49 am
I'm guessing this is an NTFS thing, it sounds like the security ACL for the file is trashed, it might make sense to delete it and figure out what needs...
June 16, 2011 at 9:01 am
In SSMS you can't..
However, if you have the maint plan as a DTSX file, you can. You need to look for a line <DTS:Property DTS:Name="ConnectionString">
And following it will be:...
June 16, 2011 at 8:57 am
To perform the moves of the files.. Did I miss something (entirely possible 🙂 )..
CEWII
June 16, 2011 at 8:53 am
Use the input/output wizard and chose the tables and at the end save the package that should give you 98% of the work and be a lot faster than SELECT...
June 16, 2011 at 8:09 am
I have to challenge this entire methodology. A select into is not the fastest way to do this, if you have a source and a destination connection manager that...
June 16, 2011 at 8:02 am
Viewing 15 posts - 1,321 through 1,335 (of 4,272 total)