Viewing 15 posts - 91 through 105 (of 127 total)
Its for audit purposes, and yes and no, it should be even, but not exactly, just as long as there are records from each group by no more then 10%...
October 19, 2009 at 5:08 am
thanks that worked, but I have a question about it. On the report for Schema Change, its showing me that all of the system stored procedures were dropped then created...
September 28, 2009 at 9:14 am
thanks for the replies guys and after some thinking about it, I'm going to put this kind of function in the business logic of the application. The table can get...
September 23, 2009 at 1:27 pm
I found the issue, but its going to cause an issue in the future.
What's happening is, if a column is NULL on the first row, then that column is NULL...
September 1, 2009 at 12:04 pm
Amit Singh (8/25/2009)
Executing the query "BACKUP DATABASE [master] TO DISK = N'\\\\NASServerSQL\\data\\production\\ServerName\\master_backup_200908251120.bak'
notsure ... might be very basic .... but do these double \\ sound right ... shouldn't it...
August 26, 2009 at 4:53 am
Steve Jones - Editor (8/25/2009)
Can you run the backup...
August 25, 2009 at 1:11 pm
It was running under a domain service account that has access to the share, then I switched it to a local service account, and that ID has read/write access to...
August 25, 2009 at 1:03 pm
binko (8/25/2009)
do all of the following folders exist?\data
\production
\ServerName
do all of them have the right permissions?
do the folder permissions on \data match the share permissions?
Yes
Yes
Yes
and Yes
I even mapped to the drive...
August 25, 2009 at 12:29 pm
Been there done that already. That was my first thought, and no success.
August 25, 2009 at 11:16 am
Steve Jones - Editor (6/26/2009)
June 26, 2009 at 8:33 am
It has to be the same and happen in one "swoop"
select the random rows, then mark 'selected' in the table right afterwards.
June 25, 2009 at 9:41 am
So do you have one Id for every databases that your web apps use or do you have 1 ID per database for that web app to use?
example;
database1 = 1...
June 25, 2009 at 5:07 am
I have done that when I have groups hitting a db, but for applications such as web apps, I want to have 1 id and 1 password associated to that...
June 23, 2009 at 9:59 am
the db is set to unrestricted growth and has been, so that's not it.
June 7, 2009 at 1:39 pm
Viewing 15 posts - 91 through 105 (of 127 total)