Viewing 15 posts - 34,171 through 34,185 (of 39,732 total)
Is there a max number of families? You could write self joins with that number of times if you know it. Otherwise you might need to create a temp table...
January 26, 2005 at 10:13 am
sp_who2 will also give you all connections and you can check that for the program name, or workstation name, or login name.
Profiler can be setup to scan for the...
January 26, 2005 at 10:12 am
SQL Server will be slow to release memory. Once it takes it, it tends to hold on. Usually this is mostly for the data cache. You can limit as above...
January 26, 2005 at 10:11 am
Sorry, no experience. Sounds like it might be trying to connect to the wrong port. Is the SQL Server perhaps running on a different port? Check the server network utility.
January 26, 2005 at 10:10 am
We aren't planning to go to a weekly summary for the simple reason that it isn't economical. We couldn't make enough advertising revenue on a weekly one to support the...
January 26, 2005 at 10:09 am
I'm not sure of the name, but I know there is a tool that will tell you which DC you are connecting to. It's possible that the clients or the...
January 25, 2005 at 10:33 am
It will listen on both connections and route accordingly. I don't think you want to bridge the connections and route traffic between them.
I used to have 3 networks connected...
January 25, 2005 at 10:28 am
Terminal services will run in a browser. It will be slow, but it could work.
January 19, 2005 at 8:10 am
Can you not just recover the file from another server?
January 19, 2005 at 8:09 am
I think if they both have the same name/password it should work. You might need the same local account on each server.
January 19, 2005 at 8:09 am
I'd do a backup for sure and then get a checkdb running. If there are any errors, call PSS.
January 19, 2005 at 8:08 am
I didn't write the question, but I was under the impression that the website might use it's login, which would be a single login.
I think it also depends upon the...
January 18, 2005 at 11:44 am
If the text in syscomments isn't readable, then it's encrypted.
January 17, 2005 at 2:15 pm
Viewing 15 posts - 34,171 through 34,185 (of 39,732 total)