Viewing 15 posts - 1 through 15 (of 26 total)
I can try to explain,
In the regular DBA job, we query our databases everyday.
If we use Natural Join, it is more concise, we write less.
We don't have to declare...
________________
DBA Cabuloso
Lucas Benevides
November 4, 2015 at 6:20 am
Why doesn't Microsoft SQL Server implement NATURAL JOIN?
It is in the SQL Standard.
I know it can be tricky (when fields have the same name such as DateUpdated), but it...
________________
DBA Cabuloso
Lucas Benevides
November 3, 2015 at 5:44 am
I found a post in another site that worked for me.
http://sqldbanotes.blogspot.com.br/2013/10/how-to-fix-failed-in-place.html
________________
DBA Cabuloso
Lucas Benevides
August 25, 2015 at 6:32 am
Thank you all,
Now I figure out better how I'm going to model my DW.
It is not the case of using linked measure groups, because the fact tables are in the...
________________
DBA Cabuloso
Lucas Benevides
August 29, 2013 at 12:10 pm
Lowell,
I don't think it is a security issue. I am testing in my local machine, and my account runs the SQL Server. My account has permission to read the files.
My...
________________
DBA Cabuloso
Lucas Benevides
July 1, 2013 at 8:59 am
Lowell,
You SET the @provst variable two times, one following the other. Is this correct?
I supposed it was incorrect and changed the second to @provstr2. Where you write "text" is to...
________________
DBA Cabuloso
Lucas Benevides
July 1, 2013 at 8:04 am
Thank you Lowell,
Your script has helped me, but it doesn't bring what I want. If you make the INNER JOIN with the referenced_id, it just returns the dependencies that are...
________________
DBA Cabuloso
Lucas Benevides
April 2, 2013 at 3:15 pm
Thank you both.
I didn't know the function IsNumeric. To my case I think it is enough.
The written function IsNumericEx can be very useful.
Best regards,
Lucas Benevides
DBA Cabuloso.
________________
DBA Cabuloso
Lucas Benevides
October 30, 2012 at 11:43 am
Thanks a lot.
The function IS_MEMBER is exactly what I needed.
Best Regards,
Lucas Benevides
DBA Cabuloso
________________
DBA Cabuloso
Lucas Benevides
March 5, 2012 at 6:06 am
The undocumented process told by Alexf works until the 2005 version, in the 2008 it does not work. This is because the Server Collation in 2008 can't change unless it...
________________
DBA Cabuloso
Lucas Benevides
September 19, 2011 at 2:02 pm
It is going to be Active / Passive cluster.
The passive node is already present in the cluster, but the SQL Server isn't installed in this node, is only installed in...
________________
DBA Cabuloso
Lucas Benevides
November 5, 2009 at 10:13 am
First I want to thank you by the tip of the SSMS, I got it and could see the package.
But when I open the BIDS, in my solution explorer there...
________________
DBA Cabuloso
Lucas Benevides
September 30, 2009 at 12:13 pm
Thanks George,
I will install it on my database server.
But if I want, can I host my reports on other IIS in another server, and let my IIS disabled on my...
________________
DBA Cabuloso
Lucas Benevides
September 30, 2009 at 8:04 am
Hello Gift Peddie,
This code you posted didn't work in the 64bit SQL Server 2005 on Windows 2003 Server, Service Pack 2. The error was
The OLE DB provider "Microsoft.Jet.OLEDB.4.0" has...
________________
DBA Cabuloso
Lucas Benevides
September 29, 2009 at 11:37 am
Which is the exact meaning of ESCAPE?
I thought it was to escape a wildcard that we would like to search. But the item didn't have any exclamation in the table,...
________________
DBA Cabuloso
Lucas Benevides
August 26, 2009 at 8:39 am
Viewing 15 posts - 1 through 15 (of 26 total)