Viewing 15 posts - 181 through 195 (of 902 total)
Sorry missed the whole 'don't want 25 packages' quote, but still the script might help others.
_________________________________________________________________________
SSC Guide to Posting and Best Practices
October 2, 2014 at 2:45 am
I take it you are doing a simple lift and shift of data from one source to the other?
I had a similar issue, except I had to do this for...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
October 2, 2014 at 2:35 am
If you are new then the books by Itzik Ben-gan are very good, the previously mentioned book, as well as Inside Microsoft® SQL Server® 2008: T-SQL Querying which can be...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
September 30, 2014 at 2:18 am
I thought there were issues with using a DEFAULT constraint, as it will only kick in on INSERT if the column isn't explicitly named, or you use 'DEFAULT' clause on...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
September 29, 2014 at 7:21 am
sounds like a bit of overkill, surely a better solution is to have a corporate intranet with the privacy act on it, and require that every employ accepts the terms...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
September 26, 2014 at 5:12 am
I've found that the SSDT database projects and TFS works very well as the means of checking the DB against the Source Controlled Master version.
Though I agree with Phil on...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
September 25, 2014 at 9:24 am
As with all reporting tools it all depends on what you want to do. There are scenarios where Tabular is far better than OLAP, but just as many where...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
September 25, 2014 at 8:54 am
When you break this down you are creating weekly bandings, the following query reduces the need for the parameters, as this could form either a CTE, Subquery or Table valued...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
September 25, 2014 at 8:06 am
What actually happened to the cluster did it throw a disk?
as its possible a file that SSAS needs to start up may be corrupt or missing.
This might help...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
September 18, 2014 at 6:53 am
<ignore missed the first post on the second page>
_________________________________________________________________________
SSC Guide to Posting and Best Practices
September 18, 2014 at 6:38 am
For those attempting to help, I found this link that explains the requirements
There are 2 possible solutions, the first is the simple prefilled table with a flag to show if...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
June 4, 2014 at 5:14 am
Thanks Phil, I think that might have to be the solution, I'll have chat with the manager to check on the process that they follow when importing data and...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
May 29, 2014 at 6:01 am
Thanks for the reply Phil. I would agree about setting them to a max size and leaving it, but we have no control over the database. It seems...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
May 29, 2014 at 5:41 am
Nevyn (5/20/2014)
Perhaps a .Item(0) after the filter?
Thanks that works a treat though I had to use Item(0).Name, and wrap it all in a StrToMember
The last issue is that it...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
May 21, 2014 at 6:40 am
The issue with DB triggers is that they only operate on the change of objects, not actual data changes.
To Monitor data changes you would need to create table level...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
May 14, 2014 at 1:51 am
Viewing 15 posts - 181 through 195 (of 902 total)