Viewing 15 posts - 151 through 165 (of 170 total)
Corrupt means? are u getting any corruption related errors? or it has been deleted from the database? .. If it is deleted and if database is subscriber database in transactional...
March 3, 2010 at 3:13 am
Yes !! this query is much simpler !! 🙂
March 2, 2010 at 9:40 pm
Hi,
I was trying to reply the Posts by David McKinney and chrs-513176 in the same thread.
Where he is talking about rare scenario of having mutiple foreign keys between Table1 and...
February 27, 2010 at 11:37 am
We can think of adding column names into foreign key names. But it may not be better if there are multiple columns involved in the relationship.
If you have multiple...
February 26, 2010 at 3:11 am
Thanks for the feedback. I will incorporate the inputs.
Regards,
Vidhyadhar
February 24, 2010 at 11:19 pm
One more thing is this procedure takes care if the partition is compressed. One more manual step is eliminated.
If you are doing it manually you need to find out...
February 20, 2010 at 10:29 am
Hi Vinay,
Yes,
For truncating partition you need to create the mirror/dummy table with similar schema and on same file group where the partition is residing; and then use the Alter...
February 20, 2010 at 10:27 am
http://www.sqlservercentral.com/scripts/Truncate/69506/
Have a look at this script
February 6, 2010 at 1:19 am
Disadvantages of method 1-
1. As per the best practices it is recommended that every column name should be self explainatory or meaningful. Which gives more comfort to developers and...
July 15, 2008 at 7:12 am
Disadvantages of method 1-
1. As per the best practices it is recommended that every column name should be self explainatory or meaningful. Which gives more comfort to developers and...
July 15, 2008 at 7:11 am
and yes you can store english and combodian data in varchar column nvarchar is not required. But you need to specify combodian collation at column level/ DB level and if...
March 12, 2008 at 3:09 am
You can specify collation i.e. language specification to varchar and char columns.
You can not/need not specify collation/ language specification to the nvarchar/nchar columns; because it [nvarchar/nchar i.e. unicode] can...
March 12, 2008 at 3:06 am
Few More additions to above mentioned differences-
4. DRI permissions are applicable to UDF and not to SP
5. Schema binding can be done with UDF not with SP.
6. You can make call...
October 18, 2005 at 6:40 am
Suppose my database crashes at 8.40 am. I just have last log backup at taken at 8.30 am. Now i want to restore it upto 8.39 am. How would you do...
June 15, 2005 at 5:33 am
Following are the key differnces between Stored procedure and UDF.
1.User defined Function returns only one value; It may be the one value of...
October 28, 2004 at 3:58 am
Viewing 15 posts - 151 through 165 (of 170 total)