Viewing 2 posts - 1 through 2 (of 2 total)
As for the untested code sample. Here is a tested (and debugged) version for anyone interested;
DECLARE @tablename nvarchar(50)
DECLARE @groupby nvarchar(50)
DECLARE @pivcol nvarchar(50)
DECLARE @datacol nvarchar(50)...
February 27, 2007 at 4:31 am
#691999
I had a serious problem with the Enterprise Manager which was fixed by the installation of MDAC 2.8.
Whenever I tried to open a database, the server connection was lost. Unfortunately I...
September 16, 2004 at 8:30 am
#523347