Viewing 15 posts - 751 through 765 (of 961 total)
Sorry for not closing this discussion earlier , i was waiting to see if there was any more input.
Here's the update since I posted the topic.
Agile is great , but...
July 5, 2011 at 4:00 am
But setting the recovery interval would make sure it runs frequently enough to make sure the recovery doesn't exceed the time limit specified.
Also, i wasn't able to find anything...
July 5, 2011 at 3:52 am
using checkpoint periodically could help ease the pain
July 5, 2011 at 3:38 am
This is a long shot , but have you tried restarting the sql server services.
July 5, 2011 at 1:05 am
Have you run out of disk space ?
You can run a shrink file using the DBCC shrinkfile command,
DBCC SHRINKFILE
(
{ file_name | file_id }...
July 5, 2011 at 12:57 am
select * from issues i
left outer join attachments a
on i.id = a .id
this is similar to what you what , if your looking for spoon feeding , you need...
July 4, 2011 at 6:46 am
PaulB-TheOneAndOnly (7/1/2011)
Jayanth_Kurup (7/1/2011)
Migration of data to oracle via SSIS is probably the best approach but you can also setup replication to Oracle.
Not sure if I would tackle a replication schema...
July 2, 2011 at 8:03 am
Are there any deployments happening to the server just before the mapping is lost.
It could be possible that some code meant to be in defensive coding format has been poorly...
July 1, 2011 at 2:22 pm
I know of an issue where restoring the backup the file growth value gets set to some random value and usually its a percent.
I think there was a hot fix...
July 1, 2011 at 2:01 pm
Migration of data to oracle via SSIS is probably the best approach but you can also setup replication to Oracle.
July 1, 2011 at 1:46 pm
if your passing a sql login name and password as the connection string to the web.config then its not integrated security . If your application is using a service account...
June 30, 2011 at 1:00 pm
sorry the below statement had me going in the wrong direction
There are 56 records that need to be updated in the target table which are identified by this query.
select...
June 30, 2011 at 12:24 pm
Lookup NCHAR and unicode
select Nchar(50)
select unicode(2)
June 29, 2011 at 1:44 pm
These environments are fairly low down the ladder , I am of course an accidental DBA so didn't really need a bullet proof approach , just one that lets me...
June 29, 2011 at 1:29 pm
Viewing 15 posts - 751 through 765 (of 961 total)