Viewing 15 posts - 211 through 225 (of 313 total)
can you post the output of
SELECT * FROM sys.database_files
so that we can all see the file settings for the database?
I've only ever seen that error message when the file...
August 22, 2009 at 11:49 pm
I have also seen this when the sql agent account is locked out.
you can also try to use a sql authenticated account to run the job instead of a domain...
July 30, 2009 at 2:01 pm
Seems like the code did not work for me at first either. as the earlier posts suggested, i enabled the service broker, and then created a master DB key...
July 14, 2009 at 8:53 pm
Correction: With what I said about the login being remembered, it only remembers sql vs windows authentication in that scenario. I chose SQL auth, connected with sqluser1, then close...
July 9, 2009 at 8:18 am
the one i've used is to create a policy based on the server facet to take a snapshot of the settings of the server after installation to go back and...
July 8, 2009 at 8:13 pm
it looks like it uses the last name that was used for that particular instance. if you connect with sqluser1, then sqluser 2, then close all query windows, disconnect...
July 8, 2009 at 8:03 pm
I would check the SQL cluster name resource. When I did a sql 2008 clustered install, it created the sql network name with kerberos authentication enabled. I'm not...
July 8, 2009 at 7:32 pm
Was worth a shot. Thought maybe it would show you a table or something in the primary filegroup that was being overlooked.
Sorry couldn't be of more help.
Steve
June 10, 2009 at 12:45 pm
You can try a combination of these two scripts to look at the tables, sizes, and affiliated filegroups.
Don't know if it will necessarily give you a solid answer, but another...
June 9, 2009 at 2:12 pm
There is a 2005 version which should work the same in 2008.
This URL takes you to that article:
http://support.microsoft.com/kb/918992
I haven't tested this out on 2008 yet, but the syntax...
June 9, 2009 at 9:07 am
You should be able to go to View > Object explorer Details to get to what you are looking for.
Hope that helps,
Steve
June 9, 2009 at 7:32 am
One other issue that I had related to this was that the SQL Server Network name set up with Kerberos enabled wouldn't start after the install completed. If you...
June 8, 2009 at 7:58 pm
Thanks Gail. That's what I thought. I will have our sys admins look into the storage on the machine. Weird that its only this one DB out...
June 8, 2009 at 1:42 pm
Another option that I've been looking at is the Lookup transformation component within the data flow task toolbox.
I was able to get this configured to do what you need to...
June 3, 2009 at 10:41 pm
Ok- now it makes sense. The way my example would work is that you would need to generate a select statement based on all of the values in the...
June 3, 2009 at 9:16 pm
Viewing 15 posts - 211 through 225 (of 313 total)