Viewing 15 posts - 33,136 through 33,150 (of 39,810 total)
You can redistribute SQLExpress/MSDE for this purpose and use merge replication or custom scripts to make data synch up with a central server. The downside is limitations on size with...
May 11, 2006 at 10:20 am
What does your trigger look like? If it is set properly there should be no way to add new rows without capturing this.
May 11, 2006 at 10:17 am
You might need to trace EM and see what it is pulling. I suspect there might be a big somewhere or it is pulling from another location, like the original...
May 11, 2006 at 10:16 am
Maybe a TOP 1 from sysprocesses?
I'd think you could use suser_sname() for the user name. For the MAC I think you are stuck with sysprocesses.
May 11, 2006 at 10:15 am
If your connections are from AD authenticated machines/users, i.e. employees, you need a CAL for each user that accesses the machine. Usually when you purchase SQL Server, you get a...
May 11, 2006 at 10:13 am
As far as I know, you can determine if a clustered index and therefore the table data is on a filegroup with this script:
http://www.sqlservercentral.com/scripts/viewscript.asp?scriptid=1499
May 11, 2006 at 10:11 am
DTS or linked server would be my suggestion.
May 11, 2006 at 10:09 am
If you really need clustering, be sure that you benchmark your 30 servers and have enough hardware to support it. The clustering, unless you are geographically dispersed, won't give you...
May 10, 2006 at 3:05 pm
I think there would be some gas savings, more it would be a personal savings for lots of people. As for the environment, avoiding those plane trips would save way...
May 10, 2006 at 11:03 am
My final solution was like this one:
Sue Andy Brian Steve Kevin
Blue Yellow...
May 6, 2006 at 10:00 am
First, I have some thoughts here: http://www.sqlservercentral.com/columnists/sjones/whodoyouhire.asp
second, I would always have a team interview. Put the candidate on one side of the table and the whole team, whether 2 or...
May 4, 2006 at 9:59 am
I've run both on the same XP machine and W2K3 server. The uninstall is definitely something to be careful of as there could be some dependencies. They should be separate,...
May 4, 2006 at 9:54 am
Pls don't cross post. We check all forums.
May 4, 2006 at 9:54 am
Yes you can do this. Do it just as you wrote it, perhaps using a parameter instead of the scalar value 100.
May 4, 2006 at 9:51 am
Viewing 15 posts - 33,136 through 33,150 (of 39,810 total)