Viewing 15 posts - 241 through 255 (of 1,179 total)
I guess the objective to test the subjective knowledge hence T-SQL should be well formated and easy to understand.
April 22, 2014 at 1:01 am
You need to rebuild the indexes where the scan density is lower. Also do not bother if the table is small i.e. pages are less. Refer following link for further...
April 22, 2014 at 12:28 am
It would be good to have one instance instead of multiple instance as allocation of the resource might be challange. You can think of seperate instance if you would like...
April 21, 2014 at 5:13 am
April 21, 2014 at 3:59 am
Information is not sufficient to provide any conclusion. You need to have web based front end to input data. What about the backend? How is your database design? How users...
April 21, 2014 at 2:51 am
Thank you! for question on new feature of SQL 2014.
April 21, 2014 at 12:17 am
Agreed with Gail. You are using SQL login and want the info of windows login? There is no logic.
April 16, 2014 at 3:37 am
Looks like permission issue. Do you have permission to access this database?
April 16, 2014 at 3:25 am
Do you have sysadmin privilages on the server?
If yes enable option 'Ad Hoc Distributed Queries' in configuration by executing 'sp_configure' (with enabling advance option on).
April 16, 2014 at 2:49 am
yuvipoy (4/16/2014)
What will happen when the server is restarted will index be recreated?
NO. There is no relation between server restart and index.
April 16, 2014 at 2:42 am
You mean due to SSIS package database size is growing on C:?
April 16, 2014 at 2:33 am
Viewing 15 posts - 241 through 255 (of 1,179 total)