Viewing 15 posts - 16 through 30 (of 30 total)
Steve Jones - Editor (1/2/2008)
January 2, 2008 at 1:06 pm
I just wished that there was only one license type. When you work for a large company and everyone is buying licenses, its hard to match up what type...
January 2, 2008 at 11:46 am
The problem was that the SID was the same for the accounts. I ended up changing the database ownership to SA, dropping and recreating the account with the new...
October 23, 2007 at 7:53 am
Cat (10/5/2007)
October 5, 2007 at 8:24 am
Any idea how to move this data to text files easily. I see I can use the DTS export wizard, but it seems to do this for only one...
October 5, 2007 at 8:18 am
Thanks for the article. I will check it out now. I think that it must be drilling through to Oracle - that is the only data source setup...
September 28, 2007 at 12:44 pm
Thanks for the replies. My inital thoughts were back up the database and export it to access - but text is better! We have a system for storing...
September 28, 2007 at 11:56 am
Thanks, exactly what I was looking for! Question answered!
July 12, 2007 at 9:16 am
We did this about a year ago, but we used some tool to do it. Make sure you change the owners too. I'm not sure what the outcome would be...
July 6, 2007 at 7:54 am
I agree that there are many possiblities. It lookes like it would be difficult to capture them all.
I will add 12. In my preliminary testing, 12 didn't come up.
June 25, 2007 at 1:29 pm
Thank you both for your help. This is what I came up with
SELECT name,status,
CASE status
when (4) then 'Bulk-Logged'
when (8) then 'Simple'
when (24) then 'Simple'
when (28) then 'Bulk-Logged'
when (1073741848) then 'Simple'
when...
June 25, 2007 at 1:07 pm
Thanks for the info on how to parse the @@version global variable! Big improvement!
June 21, 2007 at 9:12 am
June 19, 2007 at 1:33 pm
Mine was along the same lines of the muppet question. I was in high school applying for a help desk position at a theme park and they asked - If...
April 25, 2007 at 2:11 pm
Viewing 15 posts - 16 through 30 (of 30 total)