Viewing 15 posts - 4,876 through 4,890 (of 9,707 total)
Dev (1/12/2012)
Query on view will hit main database every time. Will it not consume the bandwidth? I believe that’s the main issues here.
Bandwidth is network. I don't believe...
January 12, 2012 at 9:12 am
Paul,
The rest of the discussion is happening here: http://www.sqlservercentral.com/Forums/Topic1234678-391-1.aspx
January 12, 2012 at 9:05 am
All,
This is not quite a double post. There is other advice happening in a different thread on this same topic.
http://www.sqlservercentral.com/Forums/Topic1234687-391-1.aspx#bm1234904
I think Paul has it right that the OP should consider...
January 12, 2012 at 9:04 am
I'm glad you figured it out. Thank you for posting the solution so others can find it.
January 12, 2012 at 7:22 am
This is what stands out to me.
Additional messages in the SQL Server error log or system event log may provide more detail. This is a severe error condition that threatens...
January 12, 2012 at 7:15 am
SQLKnowItAll (1/12/2012)
January 12, 2012 at 6:58 am
What you want to do is not the definition of a computed column. Computed columns aggregate data from other columns. What you're wanting to do is insert data into a...
January 12, 2012 at 6:53 am
kevin.smith-1067125 (1/12/2012)
Hmmmm, separate filegroup and partial backup. Will look into that too. Do you think this preferable to the 'view' solution mentioned earlier? Thanks.
You cannot restore a single filegroup or...
January 12, 2012 at 6:49 am
GilaMonster (1/12/2012)
Bex (1/12/2012)
January 12, 2012 at 6:46 am
I've never used Powershell, so I can't give you much help. Have you tried googling your error or parts of the error?
January 12, 2012 at 6:39 am
What exactly are you trying to accomplish here?
If you give us more details and examples, we may be able to suggest an alternative.
January 12, 2012 at 6:37 am
kevin.smith-1067125 (1/12/2012)
January 12, 2012 at 6:36 am
Suresh B. (1/12/2012)
Knowledge Hunter (1/12/2012)
We have a SQL Server 2008 R2 hosted on a server having OS Windows Server 2008 R2.
I am added to Windows, Admin group for the...
January 12, 2012 at 6:34 am
kevin.smith-1067125 (1/12/2012)
Hi, we have a SQL 2008 database in which one table contains images. The database backup size is now too big to backup and remotely copy.
That tells me either...
January 12, 2012 at 6:28 am
Viewing 15 posts - 4,876 through 4,890 (of 9,707 total)