Viewing 15 posts - 5,116 through 5,130 (of 7,187 total)
Looks like you have an orphaned user in your restored database. Remap it after the restore with the ALTER USER command. The syntax is something like this (I'm...
August 24, 2011 at 7:12 am
You can probably do this without a cursor, although it would be messy. However, this kind of display formatting is better done in the presentation layer than in the...
August 24, 2011 at 7:06 am
Is your database in Full recovery mode? How often, and when, do you back up your transaction log?
John
August 24, 2011 at 6:59 am
Sean Lange (8/23/2011)
It is WAY faster and yes a better solution if you know the tables and columns.
But what was quoted wasn't the whole solution. See my first post...
August 23, 2011 at 7:53 am
Yes, there almost certainly is a better solution. But you haven't posted any DDL or data for EVENTS, so we can't offer you any tested code. A good...
August 23, 2011 at 6:35 am
On a default Windows installation (depending on the version), it's C:\WINDOWS\system32\drivers\etc\hosts. But you didn't need to ask me that - you could have just typed "hosts file" into your...
August 23, 2011 at 6:24 am
In the Derived Column Transformation Editor, there's a list of date/time functions. Pick one of those. If you're unsure of the syntax, use a search engine - there's...
August 23, 2011 at 6:19 am
Ask your network people whether there's a DNS alias set up on the DNS server. alternatively, have you checked your hosts file to see whether there's an entry in...
August 23, 2011 at 6:16 am
Have you checked the sqlagent.OUT file? That will tell you why it's failing. If the file doesn't exist, or the date on it is older than the last...
August 23, 2011 at 4:12 am
Create a new data flow and use a derived column transformation to split the date into its constituent parts.
John
August 23, 2011 at 4:04 am
Works OK for me. Please will you provide table DDL (in the form of CREATE TABLE statements) and some sample data (in the form of INSERT statements) for table1,...
August 23, 2011 at 3:57 am
That's not a view - it's just a SELECT statement. Please will you post the whole view definition and we should be able to help you.
Thanks
John
August 23, 2011 at 3:41 am
Thanks for posting back. It's customary in situations like this for you to post some code or a description of how you fixed it, please, in case someone else...
August 19, 2011 at 8:05 am
It all depends how many packages you have, and how distributed are the servers that they read or update. Usually, I would want my config information close to my...
August 19, 2011 at 7:22 am
Viewing 15 posts - 5,116 through 5,130 (of 7,187 total)