Viewing 14 posts - 16 through 29 (of 29 total)
Hi all. just wanted to let everyone know i've stored all my procs in a central db and have set up replication to keep all the other dbs in...
April 28, 2010 at 11:47 am
yeah, i'm kind of ribbing my boss a little; his reasons for maintaining separate dbs are solid, just not from a db design point of view. i think PCI...
April 22, 2010 at 11:49 am
Lowell - that worked man. awesome!! Thanks so much!
The rest of you - to answer the main question: i do have a handfull of databases that are exactly...
April 21, 2010 at 2:31 pm
i use a nice script from sqlmag:
SELECT
t.name AS 'Table',
SUM(i.user_seeks + i.user_scans + i.user_lookups)
AS 'Total accesses',
...
April 21, 2010 at 12:05 pm
thanks. i do indeed use central functions for things like string/date operations. But my problem is getting the procs to work with data in the correct db. ...
April 20, 2010 at 12:41 pm
That certainly seems to be the case. I just can't imagine why an IP address would not be acceptable. I mean, what's so great about a servername? ...
April 19, 2010 at 12:06 pm
wow. guys, thanks for all the advice. I am feeling pretty stupid right now telling you what actually happened was due to a bug (i am almost positive)...
April 5, 2010 at 11:11 am
it really depends on how easily you can connect the servers. if you have linked servers and can query directly from one to the other, i'd just do it...
February 16, 2010 at 12:06 pm
i guess what i am say is that it would be helpfull to be able to search only those questions / topics that have been answered corrctly and solved the...
January 22, 2009 at 10:33 am
You need to be a little more clear about the tables you are dealing with. i am having a hard time figuring out what it means to group by...
January 11, 2009 at 5:32 pm
is there a way to mark a topic as finished, or mark that the question has been answered correctly/helpfully? seems like this would be quite a useful feature.
-d
January 11, 2009 at 4:59 pm
Fantastic. Thanks for everyone who took the time to think about, and reply to, my question. Thanks especially to RBarryYoung who's solution elegantly solves the whole problem. ...
January 8, 2009 at 4:12 pm
the discrete steps were just to load the data for the example. The actual insert is a bulk insert in the form of
Insert into TableA(ID)
select ID from TableB
so, lots...
January 8, 2009 at 1:50 pm
Viewing 14 posts - 16 through 29 (of 29 total)