Viewing 15 posts - 21,601 through 21,615 (of 26,484 total)
Only suggestion I can come up with at this time is try using the Activity Monitor and look at locks by object.
I'll need to do some more research to see...
April 8, 2009 at 11:23 am
You don't rollback an install of a service pack. That usually requires a reinstall of SQL Server. This is why you want to test the service pack on...
April 8, 2009 at 11:11 am
You said the computer is not Internet capable, is it on a local area network?
It may be possible to download and install the SQL Server Express management tools (Gail, am...
April 8, 2009 at 11:01 am
Give this a try:
with GoodCerts (
CertNo,
StringYear
) as (
select
CertNo,
StringYear
from
#tblData
WHERE
...
April 8, 2009 at 10:52 am
Other than "Don't do that", not a clue at the moment. For clarification, are there ANY differneces between the servr that freezes and the one that it didn't freeze....
April 8, 2009 at 10:38 am
Sample data, expected results based on the sample data? Would be of great value.
April 8, 2009 at 10:34 am
They may have purchased it from the vendor. That would explain how SQL Server was preinstalled.
April 8, 2009 at 10:31 am
GilaMonster (4/8/2009)
If not, do you know, by any chance, what the sa password is? (though I have an odd feeling I know what it will be)
Nooooooooo! Please not that!!!!!
April 8, 2009 at 10:30 am
Okay, my testing confirms that it should have gone away. How did the application disconnect from the database? Was it a clean connection or is it possible that...
April 8, 2009 at 10:27 am
I missed th 2 'C'. Sorry. Still looking at an alternative solution.
April 8, 2009 at 10:18 am
Goldie Graber (4/8/2009)
For example if I use the following data, I still expect 1 as the answer but your query...
April 8, 2009 at 10:01 am
Global temporary tables (##temptable) stay around until SQL Server is restarted. Local temporary tables (#temptable) will dropped when the session that creates them ends.
April 8, 2009 at 9:58 am
Sounds like the client tools weren't install on the server. Was SQL Server installed as part of the application or separately? I guess what I'm trying to figure...
April 8, 2009 at 9:54 am
I would also like to verify what version of SQL Server you are running.
April 8, 2009 at 9:50 am
sward (4/8/2009)
* Are the 4 (source + 3 destinations) same structure?
--The destination tables have the same field names.
* Could you...
April 8, 2009 at 9:47 am
Viewing 15 posts - 21,601 through 21,615 (of 26,484 total)