Viewing 15 posts - 10,141 through 10,155 (of 39,769 total)
Jeff Moden (1/10/2015)
From the article
Ultimately we all want the same thing. Better software delivered to customers faster. We want to Ship Safe, and Ship Often.
Ah, if only THAT were true...
January 12, 2015 at 8:32 am
Is this still broken? It looks like you didn't pick up the CSS on the page. It's not a site problem overall, as this works in all browsers and from...
January 11, 2015 at 8:00 pm
If these are AD groups, why do you use them? To avoid assigning permissions to each user.
Same concept for SQL Server. Even if you add users to AD groups, you...
January 9, 2015 at 1:55 pm
There isn't a lot on the Internet. It's one of the things we are working on at Red Gate, trying to get more information out there on how to do...
January 9, 2015 at 1:54 pm
John Mitchell-245523 (1/9/2015)
January 9, 2015 at 10:40 am
Divine Flame (1/9/2015)
January 9, 2015 at 10:38 am
Read this first: http://technet.microsoft.com/en-us/library/aa902643%28v=sql.80%29.aspx
There are restrictions for your base tables. Essentially you build the view WITH SCHEMABINDING and add an index. An example about 2/3 of the way down...
January 9, 2015 at 10:16 am
I've done this in a few ways with one database server. However, it's always a custom solution, depending on the changes being made.
For everything, we need a
For procs/functions/views, we...
January 9, 2015 at 8:45 am
Do you mean the permissions for a role added to another role?
There are scripts to get the role permissions, like this one: http://www.sqlservercentral.com/scripts/SQL+Server+7/61878/
Then you can do a search/replace to change...
January 9, 2015 at 8:29 am
Hugo Kornelis (1/9/2015)
What I missed in the explanation is that the filestream filegroup does have a physical path, but this is to a directory, not a file. And directories...
January 9, 2015 at 7:28 am
deprecated doesn't mean gone. If it's still in there, I'd use it. A few things in SQL Server have been deprecated, but lived for quite a few versions.
January 8, 2015 at 2:41 pm
Wayne West (1/8/2015)
January 8, 2015 at 10:27 am
lshanahan (1/8/2015)
Second: I'm trying to wrap my head around what kind of maintenance could possibly require a 48-hour downtime, and even then, there's no high availability architecture in...
January 8, 2015 at 10:25 am
Does the query posted above by mauriciorpp not help?
What is the servername of the disk?
January 8, 2015 at 10:24 am
It's probably not that site posting SPAM, but someone with an affiliate code, or perhaps just a vandal.
January 8, 2015 at 10:23 am
Viewing 15 posts - 10,141 through 10,155 (of 39,769 total)