News

I need to select some data (surprise) from several tables in a linked database which is running SQL Server 2000.Now the resulting data set will be about 10,000 records taken from ~ 8 tables.I can ...
I tried this in the past, but didn't have any luck.<BR><BR>Is it possible to create a temp table on a remote server?<BR><BR>Situation:<BR><BR>I have to run a group of queries against a remote ...
SQL Server 2008 introduces the ability to pass a table data type into stored procedures and functions. ... All server side passing of table variable parameters are passed by reference, ...
SQL Server 2000 has a new Table data type that lets you declare local variables as type table. The table type is available only via a UDF. Stored procedures can create and populate a table, but a ...