Viewing 15 posts - 451 through 465 (of 972 total)
Confirmed...
Check here: Working with Multiple Versions and Instances of SQL Server
January 20, 2011 at 8:41 am
I just put VirtualBox on my desktop last night and started building a VM (Window 2008 R2 Enterprise). I was not planning on clustering anything but can give it a...
January 19, 2011 at 9:24 am
Does it matter which OS (Window Server 2003 or Window Server 2008)? I have not messed with clustering in Window Server 2008 but seems it is a big difference than...
January 19, 2011 at 8:45 am
I'll take this one. I don't use SQLCMD much anymore so it'll make me learn something 🙂
January 17, 2011 at 9:55 am
Try using the -A for the DAC connection. (It is case sensitive.)
C:\Users\isjxr18>sqlcmd -s kocsql05\sharepoint -A
You could also try using osql util, that is what I usually end up using.
January 14, 2011 at 12:24 pm
Try starting the instance in single user mode, then reissue ALTER DATABASE commands.
January 14, 2011 at 9:05 am
I have not worked with this converter before but found the command line options here. I noticed it has a -log option to write to a log, if you do...
January 12, 2011 at 12:13 pm
There is a connect item about that issue similar with xp_cmdshell call hanging with this wait type. It appears it may be an issue outside of SQL Server, something on...
January 11, 2011 at 3:52 pm
mak101 (1/7/2011)
Nope, You can't just use UNC and copy the file, I believe everything is stored on SQL server not on file server.
You are correct in that the files are...
January 7, 2011 at 5:31 pm
Craig Farrell (12/13/2010)
Simple trick we used to use was to RDC into the box and check the TSR tray in the bottom right for the VM software.
Not that I have...
January 6, 2011 at 8:43 am
If I recall and it may depend on how your SharePoint is configured you can reference a document list in SharePoint like a UNC path.
Example if my document list name...
January 5, 2011 at 1:41 pm
I have an account but dont' use it too much. I do have it tied with my Twitter account in TweetDeck. I think there are more SQL people on Twitter...
January 5, 2011 at 1:36 pm
Chris Houghton (7/16/2010)
There's also this -
70-443 and 70-450: Microsoft SQL Server Database Design and Optimization, Package
Thinking of giving it a go now I've got the 70-432 out of...
January 4, 2011 at 9:30 am
RichardDouglas (7/15/2010)
January 4, 2011 at 9:23 am
sp_helplogins is only going to give you information about the login and any username associated to that login.
sp_helprotect would give you the information you desired but only returns a report...
January 3, 2011 at 3:01 am
Viewing 15 posts - 451 through 465 (of 972 total)