Viewing 15 posts - 21,151 through 21,165 (of 39,834 total)
That's an interesting article (I edited the link to make it hot) and thanks for posting it.
There are lots of "geeks" among the women I know in IT, but those...
January 7, 2010 at 1:04 pm
That's the trick I've used. The annoyance, however, is likely worth the chance to work at home 😛
January 7, 2010 at 11:43 am
I guess opinions can change, but I'd think that you would have a definite opinion right off about someone being worthy of the hall. That's why I'd like to see...
January 7, 2010 at 11:38 am
The dates for the objects should remain the same across a restore. It does on my test instance.
You can use a temp table to insert the data insert of selecting...
January 7, 2010 at 10:36 am
Two things, when you restore in SSMS
- Change the target db name
- Change the file names/locations.
As George mentioned the WITH MOVE clause does this in T-SQL. In SSMS, you need...
January 7, 2010 at 10:08 am
There will always be abuses. I don't think we ought to aim for a 100% correct solution. Mostly because I'm not sure what that would be.
However I think we ought...
January 7, 2010 at 10:06 am
I think lots do a good job. But there's no open-ness, or guidelines published. Each writer I hear talk about this on the radio uses a different set of rules....
January 7, 2010 at 9:51 am
I don't know how we fix this. You can have people report things to HR, but that often has repercussions. So many men overreact the other way when there is...
January 7, 2010 at 9:49 am
You could use a cursor, which is what I might recommend. You could get a list of dbs.
declare mycursor Cursor
FOR
SELECT NAME
FROM sys.databases
...
January 7, 2010 at 9:46 am
sys.objects for a system table in each database? So something like:
SELECT create_date
FROM sys.objects
WHERE name = 'sysrowsets'
Run for each db?
January 7, 2010 at 9:15 am
Lynn Pettis (1/7/2010)
cmcc (1/7/2010)
January 7, 2010 at 9:12 am
I'd agree w/ Icedread that this can be a double edged sword. Without a doubt if you help someone they'll come back to you. that's good and bad. You're building...
January 7, 2010 at 9:09 am
Antares686 (1/7/2010)
Many times pay has nothing to do with fairness, it simply boils down to what you are willing to fight for.
You are absolutely correct, and at the same...
January 7, 2010 at 9:08 am
Viewing 15 posts - 21,151 through 21,165 (of 39,834 total)