Viewing 15 posts - 21,601 through 21,615 (of 26,490 total)
Yes. Each NVARCHAR column could require up to 8000 bytes each.
April 8, 2009 at 12:19 pm
Show how you are pulling out the values from the initial values.
April 8, 2009 at 12:14 pm
Leading zeros or trailling zeros? looking at the data, I'm thinking trailing.
April 8, 2009 at 12:05 pm
Lynn Pettis (4/8/2009)
Tara (4/8/2009)
I have tableA with CCode
ID CCode
1 98773
2 68790
3 62098
4 ...
April 8, 2009 at 11:32 am
If that is the only option, that may be what you need to do. As it is using SQL Server, you may want to verify with them that they...
April 8, 2009 at 11:26 am
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
Viewing 15 posts - 21,601 through 21,615 (of 26,490 total)