Viewing 15 posts - 1,021 through 1,035 (of 1,291 total)
srilu_bannu (11/18/2009)
but i don't know how to create clustered index seek...
November 18, 2009 at 7:20 am
Mark_Pratt (11/18/2009)
* If you run a full backup, you get a .bak file
* If you run a tranaction log backup, you get a .log file
You can change the file...
November 18, 2009 at 7:11 am
DBTeam (11/18/2009)
No Email column is not Nullable.No other primary key or clustered index existing in the table.
This is the first one we are going to put.
Good.. you have everything...
November 18, 2009 at 7:06 am
shanila_minnu (11/18/2009)
Bru Medishetty (11/18/2009)
SELECT DATABASEPROPERTYEX('DBNAME', 'Collation') SQLCollation;
You can also right click on the database select properties. In the general page of the Properties window, the...
November 18, 2009 at 7:00 am
Boolean_z (11/17/2009)
What is impact of database backup on sql server performance ?All thoughts welcome !!
Obviously, a database backup will have performance impact on the server. That is the reason...
November 18, 2009 at 6:57 am
To copy the data, you need to create the new database with desired collation and use Import/Export wizard to copy the data onto that database (be it local or Remote...
November 18, 2009 at 6:49 am
Use the Following T-SQL Command
SELECT DATABASEPROPERTYEX('DBNAME', 'Collation') SQLCollation;
You can also right click on the database select properties. In the general page of the Properties window, the last property is...
November 18, 2009 at 6:46 am
happycat59 (11/18/2009)
Have a look at "OLAP Heartbeat" - gives you a really cool graphical interface that shows the OLAP processes that are running.
Is it a thrid party tool? Any idea...
November 18, 2009 at 5:41 am
K Xavier (11/18/2009)
If not just try out the GUI and attach the DB by selecting the location of the .mdf and .ldf files.Thanks,
Xavier
While attaching the Database from SSMS, you...
November 18, 2009 at 5:39 am
alaminfad (11/17/2009)
what is it wrong...
November 17, 2009 at 10:31 pm
You can for sure take a local backup on to the Production Server and then use the \\ProductionServerName\DriveName$ to map as a network drive on your local Server and copy...
November 17, 2009 at 9:51 pm
Well, I don't have an answer readily available.
A workaround can be planned. Do you have any reason not to have a backup on the remote server?
Some info would...
November 17, 2009 at 9:12 pm
Yes it is possible, I have not done this, but it is worth a try.
Use Universal Naming Convention (UNC) which would be something like this
\\servername\sharedfoldername\FileName
You need to have the...
November 17, 2009 at 8:24 pm
You have mentioned that you tried disabling the windows firewall and the Server\instancename to connect.
Can you check the IP Address and the Port No and use it conjunction as IP...
November 17, 2009 at 8:23 pm
luckysql.kinda (11/17/2009)
November 17, 2009 at 7:45 pm
Viewing 15 posts - 1,021 through 1,035 (of 1,291 total)