Quantcast
Channel: Answers by "Dugi"
Browsing latest articles
Browse All 28 View Live

Answer by Dugi

No possible, just if you install third part tool for SQL intellisense!Intellisense is not available for SQL Server 2005 even if you connect from SQL Server 2008! - that's it

View Article



Answer by Dugi

Can you post the sample of you T-SQL!?Seems that you are trying to query select statement with datetime that is out fo the range. In SQL Server 2005 we have the date range from January 1, 1753, through...

View Article

Answer by Dugi

Drop snapshot then create it again!What is the isolation of the snapshot!? Any lockable transaction can do something like that but I'm not sure 100%.Interesting case, Steve!

View Article

Answer by Dugi

Except Read, Read, Read... you must Practice, Practice, Practice...

View Article

Answer by Dugi

TempDB is system DB that contains the temporary objects (tables, procedures, functions etc) during your work! This is one of the sys DBs that cannot backup and sometimes DBAs use it to send some data...

View Article


Answer by Dugi

As far as I know, you can download the SQL Server Standard ED, and you can use it for up to 180 days then after that you can call Microsoft support for the further licensing procedure! Take a look more...

View Article

Answer by Dugi

It can be many reasons, but the most basic one is when you change your account's password that starts that SQL Server Service! If needed try to check also the events at OS level!

View Article

Answer by Dugi

Both DBAs (SQL Server or Oracle or even MySQL) are very valuable profession, it depends from the company profile and the projects that it manages! Both (SQL - Oracle) technologies are working hard and...

View Article


Answer by Dugi

Why do you need colored tabs!? - I think you have problem to name that tab for what you are working on it, and on this case by default the SQL Server has the standard to put the name of the tab like...

View Article


Answer by Dugi

Replace View will not work for the SQL, it works for Oracle. In SQL Server you need to write ALTER VIEW instead of Replace!

View Article

Answer by Dugi

According to your explanation, you are trying to create user (iwantsql) on DB without Login. You can use your user 'iwantsql', creating user without Login (for SQL Server 2005 ++), like: USE YourDB GO...

View Article

Answer by Dugi

TestDB\Administrator (TestDB - should be your server-name not database name) and Administrator should be your Windows UserName! - hope it's clear to you!

View Article

Answer by Dugi

One option is to add the Output Clause in every Procedure that you are using for Insert/Delete/Update - and catching the values from the inserted and deleted special tables. For more info check the...

View Article


Answer by Dugi

You can create a table with relevant columns that you want to store the DML, let say you need schemaname, tablename, columnname, old_value, new_value, date_action, UserName, Host_Name etc. Creating...

View Article
Browsing latest articles
Browse All 28 View Live




Latest Images