Viewing 15 posts - 7,996 through 8,010 (of 9,713 total)
What you need is software similar to Bit Torrent or RapidShare without the file share being publically available for just anyone.
April 30, 2010 at 8:42 am
Cory,
Who told you that you could be logical about the questions answered on the forum???
@=)
Honestly, that possibility didn't occur to me. Retaining old data but forcing new data to be...
April 30, 2010 at 8:25 am
Then the answer is "Yes, he should be able to see the view" with a caveat. He MUST be granted SELECT permissions on the View itself. Otherwise, it will fail.
I...
April 30, 2010 at 8:21 am
Litespeed has adjustable compression. It can go pretty small.
April 30, 2010 at 6:54 am
Third party tools such as Litespeed can do it for SQL 2005.
April 30, 2010 at 6:51 am
manoj2001 (7/9/2009)
enterprise manager and create and register new instance by giving name of the...
April 30, 2010 at 6:34 am
One of our corporate teams monitors that sort of thing for us (Server is offsite) and notified us of these problems. Some alerts are auto, some are manual.
Our cluster service...
April 30, 2010 at 6:28 am
Wow. I need to add an example like this into my SQL Saturday JOINS class.
Good catch, Jason.
April 30, 2010 at 6:23 am
Henrico Bekker (4/29/2010)
No matter what the answers, testing on production servers is never a good idea.
I have to whole-heartedly agree with this sentiment. Create a Dev server setup and test...
April 30, 2010 at 6:21 am
Better choice indeed. SQL 2k8 gives you so many more options that 2k. But you will have a LOT of code & stuff to upgrade, so get ready to work...
April 30, 2010 at 6:20 am
Maybe this is the old way of doing it... I'd never heard of sys.master_files before.
Use MyDB;
GO
Select * from sysfiles;
(Yes, I know using * is bad, but it's a tiny table).
April 30, 2010 at 6:18 am
Ditto to what Grant said.
I'm curious. What answer did you give in the interview?
April 30, 2010 at 6:16 am
It definitely sounds like she's using two different permission sets or that the client tools on her workstation were installed wrong.
What perms does she have? Does she log into the...
April 30, 2010 at 6:15 am
Mani-584606 (4/29/2010)
Why dont you try shrinking the log ????
I'm NOT sure whether we can shrink the log file size for TempDB or not? I believe it's NOT a good...
April 30, 2010 at 6:13 am
When you retrieve this data, are you only pulling it from one database? Are you connected to that database?
Are you pulling from multiple DBs? Are you using a Linked Server?
April 30, 2010 at 6:11 am
Viewing 15 posts - 7,996 through 8,010 (of 9,713 total)