Viewing 15 posts - 346 through 360 (of 2,268 total)
why would they use nvarchar?
if you are putting dates into a character column (not that you should) for whatever reason then why use nvarchar surely no dates...
July 5, 2011 at 7:08 am
dont waste time dropping indexes to save space on the copy, as you will need the space again when you recreate them.
The simple way to move a database is to...
July 5, 2011 at 5:35 am
sanjeev_krs2004 (7/5/2011)
sometimes because of memory issue otherwise space issue.Thanks,
Sanjeev.
to be honest this sounds like an 'ambulance at the bottom of the cliff' solution , you should look at finding...
July 5, 2011 at 3:14 am
why do your clients need to keep restarting SQL server?
July 5, 2011 at 1:55 am
usually when i have this issues , dropping and re-creating the view seems to solve it.
unless the CTE is manipulating the column in some way it should have the same...
July 4, 2011 at 8:20 am
using the task in SSIS is slow and causes row-by-row operations to happen, also changes are difficult to implement. The one advantage is that it is easy to setup.
using t-sql...
July 4, 2011 at 8:04 am
but without the t-log backups you will lose a days worth of data if there is a disaster. since you do not have the ability to do PIT restores.
July 4, 2011 at 5:16 am
I think it was the advice that deletes were not logged in simple mode which is a major mis-assumption about simple mode, that caused the most concern..
July 1, 2011 at 8:53 am
in the connection manager at the bottom of the screen, click on your file connection and then check the box 'column names in the first data row'
June 30, 2011 at 9:51 am
you should never use them, unless you really really really know what you are doing and have exhausted every other possible method of tuning.
June 30, 2011 at 7:47 am
Thomas Abraham (6/30/2011)
Daniel Bowlin (6/30/2011)
Put a web cam in your cube and make it a reality TV site. The world needs more reality TV. 😀
Best idea so far! DBA's...
June 30, 2011 at 7:26 am
Nakul Vachhrajani (6/30/2011)
A...
June 30, 2011 at 2:35 am
depending on how much data you are deleting vs keeping, it can be quicker to make a new copy of the table and copy over the data that you...
June 30, 2011 at 2:26 am
have you accidently changed the extension to .txt ? so even bids thinks its a txt file.
maybe you have something like reportname.rdl.txt
turn on the...
June 29, 2011 at 9:19 am
Viewing 15 posts - 346 through 360 (of 2,268 total)