Viewing 15 posts - 11,431 through 11,445 (of 11,678 total)
niteshkumar80 (5/14/2010)
Actually SQL showing it blank in Recordset on Analyzer but it has exact record what i have sent from local server.
I dont what stoping sql to...
May 14, 2010 at 3:17 am
saranya.megalai (5/14/2010)
if flag is alias then can we use next statement likeselect [flag='y'].some_data from [where]?
No 🙂
I haven't tested it, but the following should work:
select [flag='y'].some_data from [where] [flag='y']
May 14, 2010 at 3:10 am
Normally, you can do all of these tasks quite easily with SSIS.
1. Use OLE DB Sources to connect to the various databases. Specify the SQL statement to select the data...
May 14, 2010 at 2:28 am
The size of the varbinary(max) should be no problem, as varbinary(max) allows up to 2^31-1 bytes. (see http://msdn.microsoft.com/en-us/library/ms188362.aspx). MSDN even says that varbinary(max) is suffice for a replacement of the...
May 14, 2010 at 2:18 am
Good question, although not that hard (for 2 points).
erajendar (5/13/2010)
May 13, 2010 at 11:59 pm
Read this article:
If you are using the Flat File Source, you can directly store the filename in a column. If you only need the filepath and the filename in seperate...
May 12, 2010 at 5:54 am
You could store the error in a variable. Store the results of your dataflow task in a temporary table.
Then, after the data flow task has finished, use a script task....
May 11, 2010 at 4:37 am
I think he was referring to my comment where I stated that the data profiling taks, according to BOL, only works with ADO.NET and with SQL Server 2000 or up....
May 6, 2010 at 11:08 am
I don't think you can use any other connection besides ADO.NET:
or
http://technet.microsoft.com/en-us/library/bb895310.aspx
The solution: buy another product :-D:-P
May 5, 2010 at 8:18 am
Because sql server 2005 comes with Integration Services (SSIS) and it will always output .dtsx files.
If you want .dts files, you'll have to install SQL Server 2000 (or older? I...
May 5, 2010 at 8:06 am
No, I guess you didn't. SSRS is part of the Business Intelligence suite of SQL Server and since this is the forum Business Intelligence, you are probably correct of posting...
May 5, 2010 at 7:12 am
I have no idea. I have never used SSRS before 🙂
I'm more of a SSIS/SSMS/SSAS user.
May 5, 2010 at 6:05 am
I've read similar questions like this one on this forum, but I've never seen an answer. (maybe I stopped checking the thread too early :-)).
So I guess that it is...
May 5, 2010 at 5:57 am
To give a little more explanation:
DTS is the old version of SSIS. DTS uses .dts files, SSIS uses .DTSX files.
You can compare it with .xls for Excel 2003 and .xlsx...
May 5, 2010 at 5:53 am
Viewing 15 posts - 11,431 through 11,445 (of 11,678 total)