Viewing 15 posts - 241 through 255 (of 1,222 total)
sharonsql2013 (2/6/2014)
I tried using Split , But somehow its only using the first one in the list...Split("Production,development",",")
Does the parameter in the sub report accept multiple values ? If it...
February 6, 2014 at 7:45 pm
Paresh Motiwala (2/6/2014)
Latin1_General_CP1_CI_AI collation
but during the install I have only SQL_Latin1_General_CP1_CI_AI available to chose.
Any idea how to proceed?
Warmest...
February 6, 2014 at 7:39 pm
Assuming the parameter is expected multiple values, I think that you will need to send the values as an array of values instead of a comma separated string.
You could...
February 5, 2014 at 7:16 pm
Jeff Moden (1/26/2014)
vip.blade (1/26/2014)
I have a question regarding the timestamp type in SQL Server. As far as I know the timestamp column holds an ever increasing number (every update or...
January 27, 2014 at 9:18 pm
ALTER TABLE ... ADD COLUMN is a meta data change to a table only. It does not change what is currently stored in the table. SQL Server tracks...
January 16, 2014 at 7:52 pm
ChrisCarsonSQL (1/16/2014)
happycat59 (1/15/2014)
January 16, 2014 at 7:46 pm
How about
SUM ( { [Billing Type].[Type].&[Bill] } , [Measures].[Hours] )
January 15, 2014 at 7:46 pm
Check whether the windows feature called "Desktop Experience" is enabled. You need this feature to be enabled to be able to write to sharepoint folders user UNC paths. ...
January 15, 2014 at 7:38 pm
The line "IF COUNT(*)=2" probably is not doing what you think it is doing. In this context "COUNT(*)" actually returns zero - I suspect that you really want the...
January 14, 2014 at 7:53 pm
smallmoney (1/14/2014)
If I created a new File Group, called Group123, I can't move AdventureWorks2008.mdf from Primary to...
January 14, 2014 at 7:42 pm
polkadot (1/14/2014)
Variable Mappings
Variable: User::filename
Index: 0
Flat File Connection Manager modifications
Clicked properties and added @[User::filename] to ConnectionString.
File7.txt is in the C:\EMP folder and is mapped to a variable.
Where is the problem?
You need...
January 14, 2014 at 7:26 pm
It might be worth looking at the SSIS Delimited File Source on Codeplex (http://ssisdfs.codeplex.com/) - I haven't used it but it might work for you
December 12, 2013 at 7:51 pm
Kuzey (12/12/2013)
We have a two-node active/active SQL Server 2008 Std Cluster on Windows 2008 on Production.
After a network maintenance, the network card (not heart-beat) of one node has no gateway...
December 12, 2013 at 7:35 pm
Unless the index is unique and that subsequently gets violated, it is perfectly valid to have different indexes on publisher and subscriber.
What error do you get ?
As for getting things...
December 12, 2013 at 7:32 pm
Unfortunately, you are using a part of SSIS that, in my opinion, has been implemented poorly (although you could argue that the problem is the OLE DB provider used for...
December 12, 2013 at 7:30 pm
Viewing 15 posts - 241 through 255 (of 1,222 total)