Viewing 15 posts - 6,961 through 6,975 (of 9,643 total)
From BOL:
BACKUP DATABASE and BACKUP LOG permissions default to members of the sysadmin fixed server role and the db_owner and db_backupoperator fixed database roles.
Did the user log off and...
November 17, 2008 at 1:46 pm
You really don't need to cross post as either someone will know the answer or not. As noted answers should be made to the other thread found here
November 17, 2008 at 1:42 pm
I don't believe it is possible as I believe both are only allowed to be subscribers. Meaning that I don't think 2000 can be a publisher to a 2005...
November 17, 2008 at 1:39 pm
Here's a link to Kimberly Tripp's blog where she provides some links to SQL Server Virtualization resources (albiet for 2008, but may apply to 2005 as well):
http://www.sqlskills.com/BLOGS/KIMBERLY/post/Virtualization-with-SQL-Server.aspx
November 15, 2008 at 7:51 am
Check out this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3478943&SiteID=1
November 14, 2008 at 8:04 am
Andy Warren (11/14/2008)
November 14, 2008 at 7:48 am
You really need 2 data flow tasks which each have their own flat file connections, one that loads the 37 column files and one that loads the 15 column files.
November 14, 2008 at 7:32 am
Okay, as I said in my previous post, you may need to tweak the code. So replace this:
If conn.Status <> Open Then
conn.Open
End If ...
November 14, 2008 at 6:51 am
I find it hard to quantify what is "productive". Is answering a question on SSC productive? The short-term answer is probably "No", but long-term I would say, "Yes"....
November 14, 2008 at 6:39 am
What do you mean by "doesn't seem to like it"?
You still need to instantiate the command object like you were doing, and then you add the code I supplied.
Try...
November 13, 2008 at 2:47 pm
The Query processor applies filters on Where and JOin's at different times in the process. When you are doing INNER JOIN's you will probably be okay, but with OUTER...
November 13, 2008 at 2:42 pm
I believe you just need to add a:
da.ExecuteNonQuery()
This executes the command and does not expect a resultset to be returned.
November 13, 2008 at 2:25 pm
Chad Crawford (11/13/2008)
Check boxes mean that there are possibly more than 1 correct answer and you need to select all of them. It's no better or worse than Microsoft...
November 13, 2008 at 2:03 pm
Ninja's_RGR'us (11/13/2008)
November 13, 2008 at 1:49 pm
Sure it is possible, but then you need to use joins.
November 13, 2008 at 9:17 am
Viewing 15 posts - 6,961 through 6,975 (of 9,643 total)