Viewing 15 posts - 61 through 75 (of 88 total)
what OS, SQL version.
I had the same problem. If I remember correctly the problem was cause the the OS (Mine was Win2K server). I will have to look back and...
November 11, 2004 at 3:32 pm
doesn't really affect SQL server. You get that error sometimes when the server is to "busy" to give you the current activity. I think it's a problem with...
June 30, 2004 at 12:26 pm
Here is one case when ee get this error. When ever we lose our network connection. Our application maintains a connection to the DB when ever running. If for some...
June 30, 2004 at 7:26 am
thanks Ed. This is not causing a problem, performance is quite good. I was just wondering if it was a good idea.
April 20, 2004 at 1:28 pm
Question: I'm using a SAN. I put the data on the SAN but kept the logs and temp on a RAID 5 of the server. Was this a good idea. ...
April 20, 2004 at 7:52 am
in addition to the permissions problem, if you are being prompted, the the job will appear to "hang". sometimes when you run something like this through a job the system...
April 15, 2004 at 8:38 am
Like nyulq stated, but
Here is something to get you started:
1) depending on the database, you want to separate the data from the log.
2) if possible separate the O/S...
April 7, 2004 at 7:13 am
thanks David. I thought Raymond only wanted rowcount. The only time that I've found sp_spaceused to not report the number of rows was if someone was in a...
April 1, 2004 at 11:19 am
you can also run
sp_spaceused tablename
April 1, 2004 at 9:15 am
This can be done, by reading the syscomments table, however,
I had to do something like this before. I found it easier to script out all the SP each into...
March 18, 2004 at 7:29 am
Here is what I did for one of my applications: I created a READONLY, database with one table that holds a username and password, which is encrypted, using my...
March 4, 2004 at 8:16 am
I do have outer joins, and I proved that to be the case. I just did not understand why.
Something else I discovered was that you cannot use a SP to...
February 26, 2004 at 9:05 am
Vladan thanks -- thanks for the quick response about the memory configuration. Please explain futher: I have 2 1G processors with 4G ram. What happens if i dynamically...
February 24, 2004 at 9:45 am
hi -- not sure if the linked server will support distributed transactions from the SQL side. I recently tried it with SQL7 to oracle and got some message about...
February 24, 2004 at 8:30 am
Not sure I understand and have always wondered this: SQL Standard can use a max of 2G, if th box has 4G of memory, how does the other 2...
February 24, 2004 at 8:23 am
Viewing 15 posts - 61 through 75 (of 88 total)