Viewing 15 posts - 46 through 60 (of 170 total)
If you can do with the views why are you looking out for using functions? View should be fasted option.
April 8, 2010 at 9:13 am
file growth event is the costly event and can cause performance issues. Make sure file growth is not triggered very frequently and keep the adequate growth parameter.
April 8, 2010 at 9:10 am
Features like Materialized views, partitioned tables are not matured in SQL Sever as compared to Oracle. Inbuilt/System functions are more rich as comapred to SQL Server.
For large databases this turns...
April 8, 2010 at 9:09 am
There is woman behind every successful person.
There is DBA behind every successful application. 😉
April 8, 2010 at 8:58 am
when u create the login you can specify the default database.
For the particular login you can change the default database later on also.
April 8, 2010 at 8:49 am
Regarding compressed tables/ data-
PAGE compression gives more compression ratio than ROW compression.
Page compression uses the actual logic for compression. Row compression happens only on fixed length data types.
April 8, 2010 at 8:46 am
I have seen huge CRM application (Product) is with out FK's. These databases are in hundreds of GB's.
One advandate is definitely there - hiding the DB design.
Also i have seen...
April 3, 2010 at 2:43 pm
Yes, table valued function can be given select permission and not execute.
March 31, 2010 at 3:08 pm
thanks Lynn.
no, its not any implementation requirement. its just learning point of view. I always come acorss this question when talking to oracle DBA's regading migration to SQL Server.
Oracle RAC...
March 31, 2010 at 2:53 pm
it will use only PK. Union all could give improved performance. Please post the results
March 31, 2010 at 2:44 pm
if you are using any features of SQL 2005 which are not there in 2000 in the database code. It will cause the issue.
Refer to the new features of...
March 31, 2010 at 1:49 pm
In some discussion i come across the question on how load to the SQL Server canbe balanced; so Just wanted to learn the different options and solutions from the expert...
March 31, 2010 at 1:36 pm
i know 1 way of passing page number as a parameter and returning only those many number of rows particular to that page out of total rows.
But this is...
March 31, 2010 at 1:29 pm
Use
SET IDENTITY_INSERT ON
and then copy the records along with identity column data.
March 31, 2010 at 1:19 pm
Viewing 15 posts - 46 through 60 (of 170 total)