|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SQL Server database programmingmicrosoft.public.sqlserver.programming
SQL dynamique table name and column name as variable - Problem
ina -
16 Mar 2007 10:31 AM - 1 message
Hello guys, I have a question. Is it possible to pass the table name and column name as variables like this : DECLARE @table sysname DECLARE @tableID int DECLARE @COLNAME varchar (200) SET @tableID = 196532963 SET @table = dbo.UDF_TABLE_NAME (@tableID) ...
Advice needed: Transaction Log .. how far to bring it
Lim Siew Yin -
16 Mar 2007 2:46 AM - 1 message
Hi ppl, Regarding the subject, would appreciate your input/feedback. Thanks. Senario: Database contains tables to keep info on Purchasing, Sales, Customers, etc (normal stuff) Am hoping to use a Transaction Log as a huge reference table where I can ...
Create table from results of stored procedure?
J -
15 Mar 2007 12:07 AM - 1 message
Hello. Would anyone know how to automatically create a new table (not having to define each column and datatype) from a result set of a stored procedure that comes from another sql server that's being linked? Thanks in advance. ...
Importing excel file into SQL Server using SSIS package ...
SqlBeginner -
13 Mar 2007 8:30 PM - 1 message
Hi, I have an .xls file (which is of size 40+ MB). I want to import it into SQL Server 2005 using SSIS packages. I am totally new to that .. can any one help me with that pls? My mgr doesn't want to do it via import/export wizard. ...
using the value returned?
andreas.hei -
12 Mar 2007 10:40 AM - 1 message
but does SELECT TOP 1 or MAX give me back the value/number in the field? I am using a batch and query from the command line with OSQL... so what I will get back is just a number? ...
regarding reset identity column
Iter -
12 Mar 2007 12:51 AM - 1 message
Hi guys, I have a column that use identity column, and the table includes this column is heavily used for insert and delete. The value of this column gradually increase very big and I am fraid it will be overflowed in the future. I know ...
|
|||||||||||||||||||||||