Viewing 15 posts - 196 through 210 (of 213 total)
Nice QotD and nice explanation..:-)
Thanks..
December 26, 2012 at 8:35 pm
kapil_kk (12/13/2012)
we always learn new things from SqlServer central :-):-)
100% Agreed...
December 14, 2012 at 7:21 am
Great QoTD...
got it wrong, but your explanation was nice..
learned something...
thanks...
December 11, 2012 at 7:19 am
Nice back to basics question - thanks
If everything seems to be going well, you have obviously overlooked something.
Ron
I believe so..
before putting this question on QotD, was wondering that...
December 6, 2012 at 12:55 pm
http://www.mssqltips.com/sqlservertip/1311/web-based-database-administration-for-sql-server/
Nice Link to go through..
Thanks
December 5, 2012 at 2:38 pm
Yes I would go with the replication as well.
or you can use help of SSIS, with Lookups and Union.
but again that would make your system slow, since you do not...
December 5, 2012 at 2:36 pm
Do you use package configuration, Logging when you deploy your package.
or you manually change connections of server databases.
December 5, 2012 at 2:25 pm
in Derived Column you can
use this expression to check NULL values
ISNULL( [ColumnName]) ? 0 : [ColumnName] -- if it is an Interger
ISNULL( [ColumnName]) ? "Some Value" : [ColumnName]...
November 30, 2012 at 2:29 pm
you shoud use two for each loop to get each type of file from the same folder.
it makes the system fast, since you do not have to define the logic...
October 2, 2012 at 3:30 pm
Viewing 15 posts - 196 through 210 (of 213 total)