Viewing 15 posts - 61 through 75 (of 84 total)
Found this great UDF in case anybody else requires:
November 9, 2006 at 11:28 am
Thanks John,
I restored the db: was looking at the wrong spot.
October 27, 2006 at 9:00 am
Yes, these are the backup files: to be precise the backup of the MDF: dbname_datetime.BAK.
I copied the .BAK file across and am trying to restore to a newly created db...
October 27, 2006 at 7:03 am
As I have to move the files across the network. Will copy the .BAK, create blank db abd attach the file. I'll see how this goes. The backup is about...
October 26, 2006 at 2:56 pm
Here is what I did:
Used the same SP with a temp table having an identity field.
Populate data from both the cursors.
Read temp table order by the identity field.
June 19, 2006 at 6:42 am
Typo:
EXECUTE showAdminsXML @gpMember
s/be execute showMembersXML @gpMember
June 13, 2006 at 1:14 pm
The local works fine: tests also came up as expected. I am not sure if this is the right way:
I am trying to output an XML that I will import...
June 13, 2006 at 1:06 pm
Mine is sqlserver 2000: so the cursor is local be default.
In my case : this being a qtrly report, and data is hierarchal: I think I have no other options...
June 13, 2006 at 6:28 am
I have these set to same: full backup:daily. So I would nto worry too much: jult remove the transaction backup job.
thanks ripq1011
April 24, 2006 at 9:26 am
Found this out: simple dbs having transaction log backed up does not make sense:
Do I need to have system dbs: master/model/msdb set to full recovery?
These can...
April 24, 2006 at 9:11 am
I mean the database logs as this instance has many databases:
On SQLSERVER enterprise manager:
expand the Management:
expand the SQL Server Logs
Current log: this is 1GB+.
I would like to recycle this log...
April 7, 2006 at 12:26 pm
The db options are set to simple, so I will not worry about this.
I need to read the SQLSERVER logs.
April 7, 2006 at 8:09 am
Appreciate your time Brian, I knew this was a challange.
January 26, 2006 at 12:05 pm
Found a great article, my data and requirements are similar:
http://support.microsoft.com/default.aspx?scid=kb;en-us;q248915
January 26, 2006 at 10:25 am
If a user/member does not have users within itself than this is a group.
January 26, 2006 at 6:55 am
Viewing 15 posts - 61 through 75 (of 84 total)