Viewing 15 posts - 16 through 30 (of 134 total)
Suresh B. (11/3/2011)
crazy4sql (11/3/2011)
what are the best pratices for Moving Database files from one location to another location?
Points to be considered :-
1) Must have enough space at new location for...
November 3, 2011 at 11:12 pm
Hi All,
Thanks for your valuable inputs
Regards - Deepak
November 3, 2011 at 11:11 pm
Hi Stewart,
Thanks for your quick reply , i have few questions here ,
> If the database is invloved replication (in my case it is transactional replication and transactional replication with...
November 3, 2011 at 2:31 am
can you share that excel file ?
October 29, 2011 at 12:39 am
Thanks For this article excellent explanation 🙂
October 27, 2011 at 10:50 pm
As steve mentioned SSIS is the good way to do this. if you go with linked server approach you will face some performance issue while copy data from across the...
October 17, 2011 at 10:45 pm
Hi Lowell ,
how to check the index creation for non -PK or Unique Key , example non-clustered index creation index date or filtered index or XML index ....
Thanks & regards
Deepak.A
October 17, 2011 at 6:07 am
hi,
SSAS services running properly and also alll the component are installed.
Regards -Deepak.A
October 17, 2011 at 12:19 am
One more information I'm using 64 Bit machine, operating system windows 7
Regards - Deepak.A
October 16, 2011 at 11:05 pm
Elliott Whitlow (10/11/2011)
Back to my original question, what are you trying to accomplish?
CEWII
Currently i'm using 2005 , we are palnning to use 2008 so to learn and understand the new...
October 11, 2011 at 11:31 pm
nice question , it depends on ansi_nulls settings
Statement 1 -
set ansi_nulls off
SELECT CASE COL1 WHEN NULL THEN 'Is Null'
WHEN '0' THEN 'Is Zero'
WHEN '1' THEN...
October 11, 2011 at 10:50 pm
Is there anything new in SQL 2008 R2 ?
October 11, 2011 at 10:41 pm
Elliott Whitlow (10/11/2011)
There was some additional components added at the control-flow and data-flow levels.
What are those additional components ?
October 11, 2011 at 10:40 pm
Do you want to make Http connection string as dynamic ? if so use package configuration
Regards - Deepak.A
October 7, 2011 at 1:00 am
Viewing 15 posts - 16 through 30 (of 134 total)