Forum Replies Created

Viewing 2 posts - 106 through 107 (of 107 total)

  • RE: Can I avoid a cursor

    Yes! you can avoid cursors most of the time. I found this "cursor-less cursor" script on one of the SQL Sites, either this one, Swynk or another, a few months...

  • RE: dbcc shrinkfile does not shrink mdf

    I use a command in a regular job like this:

    DBCC SHRINKFILE (MYDB_data, 1000)

    ... and it seems to work. The database (.mdf) in question routinely grows to over 2 gigs and...

Viewing 2 posts - 106 through 107 (of 107 total)