Viewing 15 posts - 7,981 through 7,995 (of 9,641 total)
I have to admit being lax about security as far as developers go. Of course part of this comes from the fact that I have always worked in small...
August 12, 2008 at 6:55 am
sys.database_files has the data you are looking for.
August 11, 2008 at 7:11 pm
It depends on the your design. If you have no FK's defined you can just do sp_msforeachtable 'truncate table ?' or sp_msforeachtable 'delete from ?', but if you have...
August 11, 2008 at 7:05 pm
Lynn Pettis (8/11/2008)
Jack Corbett (8/11/2008)
[... The kids are only a problem when the adults are.
Not always true. Had a player get fouled, blew the whistle and called the foul...
August 11, 2008 at 12:57 pm
Lynn Pettis (8/11/2008)
August 11, 2008 at 12:35 pm
Lynn Pettis (8/11/2008)
August 11, 2008 at 12:24 pm
jcrawf02 (8/11/2008)
Lynn Pettis (8/11/2008)
I can out run some of the older refs...not necessary, if the game gets ahead of you, just throw a card or call 'offsides'! 😛
Hey, experience shouldn't...
August 11, 2008 at 12:15 pm
Teresita Castro (8/11/2008)
Is Red Gate SQLCompare expensive?
Not bad. If you are doing something like this often, or just want to be able to migrate schema changes it is...
August 11, 2008 at 12:11 pm
Since you had figured it out I didn't take a look.
August 11, 2008 at 12:09 pm
There is no way that I am aware to use header/footer information in the main body of a report. At least not something like the Pages and PageNumber. ...
August 11, 2008 at 12:08 pm
steveb (8/11/2008)
from this you should be able to see when the last schema change was for...
August 11, 2008 at 11:37 am
You could try setting the KeepTogether property on the table to True
August 11, 2008 at 10:29 am
We actually chose NOT to use SQL Server to encrypt/decrypt this data, but to put the encryption/decryption in the business layer because using SQL Server encryption means that the data...
August 11, 2008 at 10:07 am
Check out this article: http://www.sqlservercentral.com/articles/tamestrings6/263/
August 11, 2008 at 9:59 am
In SSMS right-click on the database and select All Tasks - Generate Scripts. First you should go to Tools -> Options -> Scripting and make sure all the pieces...
August 11, 2008 at 9:49 am
Viewing 15 posts - 7,981 through 7,995 (of 9,641 total)