Viewing 15 posts - 796 through 810 (of 1,539 total)
Can you please post the results after including i.name and i.indid as suggested by Gail?
July 4, 2009 at 7:03 am
Thayalan (7/4/2009)
I have a sql server 2005 production database(600 GB) that has 5 data files and 2 ldf files. Data files are placed in 5 different drives(D,E,F,G,H) and log Files...
July 4, 2009 at 5:34 am
what are the data types of b and c and what is the expected output?
July 4, 2009 at 5:31 am
these two links contains details on how to make a query case sensitive. Hope they'll be of use to you.
http://vyaskn.tripod.com/case_sensitive_search_in_sql_server.htm
http://sqlserver2000.databases.aspfaq.com/how-can-i-make-my-sql-queries-case-sensitive.html
July 4, 2009 at 5:29 am
The collation designator settings of the database should be case sensitive. check out BOL for details.
July 4, 2009 at 5:23 am
satishthota (6/30/2009)
The media set has 2 media families but only 1 are provided. All members must be provided.
As Roshan stated, while taking the backup of the database, more than 1...
July 4, 2009 at 2:04 am
Nero (7/3/2009)
select o.[name],i.[groupid] from sysobjects o,sysindexes i where i.[id]=o.[id].
Can you post the result of this query?
select o.[name],i.[groupid] from sysobjects o
INNER JOIN sysindexes i ON i.[id]=o.[id]
July 4, 2009 at 1:55 am
Mani (7/2/2009)
I did not understand how these users were created without having Logins related to that users?Is this possible to create Users without creating Logins?
This happens usually when you restore...
July 4, 2009 at 1:46 am
SAT_SQL (7/4/2009)
my question is how can i check the data change in my tabeles.
Query the table to see the changes!!
Do you mean you want to track which table's data...
July 4, 2009 at 1:42 am
Are you getting any error in selecting that?
I hope you're doing it in the same way as mentioned in this article (except point 4).
July 4, 2009 at 1:41 am
Hmmm I've no idea but googling it gave some good articles including PDFs. May be you want to go through those.
http://www.google.co.in/search?hl=en&q=what+is+compliance+remediation&meta=&aq=f&oq=
July 3, 2009 at 9:49 am
Please post table structure, sample data and expected output from the sample data so that someone can help you better.
This link will guide you in doing that.
http://www.sqlservercentral.com/articles/Best+Practices/61537/
July 3, 2009 at 9:46 am
ramyours2003 (7/3/2009)
iam new to sql can any one expainwhy cant we archive the backup in sql ?
Are you comparing with Oracle?
What exactly do you want to do when u...
July 3, 2009 at 9:41 am
Well , i wait for questions under this category. Have scored 96%.. :w00t:
Also, these questions bring you more points than technical ones:hehe:
July 3, 2009 at 7:11 am
dastagirid (7/3/2009)
Hi,when I am restore my database it show error .I have attached this.
Plz help me.
Regards & Thanks:
Giri.D
This seems to me like a bug.
can you check these two things?
1. check...
July 3, 2009 at 5:06 am
Viewing 15 posts - 796 through 810 (of 1,539 total)