Viewing 15 posts - 1 through 15 (of 61 total)
Article below explains this in simple terms:
http://www.practicalsqldba.com/2012/09/sql-server-understanding-gam-and-sgam.html
September 5, 2013 at 2:08 pm
Parameter formatting is not supported in SSRS. You can not control the parameter field size, positions.
September 4, 2013 at 1:29 pm
Anybody? Appreciate your response!
September 4, 2013 at 1:24 pm
rambilla4 (6/3/2009)
I went through the link http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/f98cf41a-a1c7-4839-b27a-df0b13908415 and changed the fixed ip address to all unassigned in default website properties in IIS BUT it did not work for...
September 4, 2013 at 10:33 am
farrukhhameed786 (8/29/2013)
I have attached a workbook to have a Idea how I need it.
Let me work out something for you this long week end 🙂
August 30, 2013 at 3:27 pm
Have you read wiki? http://en.wikipedia.org/wiki/Database_normalization
Also Refer these links:
http://www.dotnetspider.com/forum/161909-Any-one-explain-roles-5-normal-forms.aspx
http://blog.todmeansfox.com/2007/12/04/database-design-4th-and-5th-normal-forms/
August 30, 2013 at 2:41 pm
I've few references for you:
SQL 2005/ 2008,
http://saveadba.blogspot.com/2012/02/remove-data-log-file.html
SQL 2012,
http://technet.microsoft.com/en-us/library/ms175574.aspx
I hope this helps you out.
August 28, 2013 at 5:15 pm
Following links might be of help to you:
http://technet.microsoft.com/en-us/library/ms178642(v=sql.90).aspx
http://technet.microsoft.com/en-us/library/ms141724.aspx
There are lots of good articles on technet that you can refer to.
If you can specify your actual doubts,...
August 28, 2013 at 4:02 pm
It's always benefitial to know the previous versions, but that would be more helpful if you are in support role or migartion project and you are willing to engage in...
August 28, 2013 at 3:57 pm
Code below will return Thursday from the current week for the @Date supplied. You can modify your where clause to use this date as FROM DATE and DATEADD(DAY,-7, THISDATE) as...
August 28, 2013 at 3:00 pm
Sean Lange (8/28/2013)
Snigdha Vartak (8/28/2013)
ChrisM@Work (8/27/2013)
SV00300.CUSTNMBR in (@CUSTNMBR)
or SV00300.LOCATNNM in (@LOCATNNM)
or SV00300.Contract_Number in (@Contract_Number)
If any of these variables are a...
August 28, 2013 at 1:25 pm
ChrisM@Work (8/27/2013)
SV00300.CUSTNMBR in (@CUSTNMBR)
or SV00300.LOCATNNM in (@LOCATNNM)
or SV00300.Contract_Number in (@Contract_Number)
If any of these variables are a comma-delimited list, they won't...
August 28, 2013 at 11:00 am
Viewing 15 posts - 1 through 15 (of 61 total)