Viewing 15 posts - 196 through 210 (of 320 total)
doss.tychicus (11/10/2008)
between two dates and for the List of Doctors
select * from tbl_test
where convert(char(10),createdate,121) between '2008-01-01'
and '2008-12-31' and id_doctor in (1,2,3,4,5)
I...
November 10, 2008 at 10:26 pm
chrish (11/10/2008)
2005 database. All tables have an ID field that has an identity insert
assigned....
November 10, 2008 at 10:24 pm
Paresh Prajapati (11/10/2008)
I have tried dbcc opentran, but from that i can not got...
November 10, 2008 at 10:20 pm
dva2007 (11/6/2008)
November 10, 2008 at 10:18 pm
oyen_kai (11/10/2008)
November 10, 2008 at 10:04 pm
sid_sarkar (11/10/2008)
I am new to this, I need to understand this script, can you tell me why we are using the xp_cmdshell, szVersion etc... here, what is its purpose. It...
November 10, 2008 at 9:40 pm
ajaykini (11/10/2008)
I have developed a web based software for a Multi level Marketing Company where one member joins and then gets 2 members below him - one on the...
November 10, 2008 at 9:35 pm
srilakshmi.pappu (3/25/2008)
Hi,Can we have Boolean parameter with values as "YES" or "NO" in reports instead of the default values "True" or "False" in reports.
Thanks in advance.
SriLakshmi.
yes you can
use the function...
November 10, 2008 at 9:29 pm
rbarryyoung (11/10/2008)
November 10, 2008 at 9:25 pm
kuka_99 (11/10/2008)
if you use import/export wizard, the indices are not copied because they are stored in sys table in sys.sysobjects and this table is not copied.
what you can do: script...
November 10, 2008 at 4:30 am
TVR (11/10/2008)
I read on the MS site how the licensing works, but I just want to confirm my understanding with those of you who have done some practical implementations....
November 10, 2008 at 3:39 am
bicky1980 (11/10/2008)
HelloDoes anyone know if there's a way to copy a table from one database to another database keeping all the existing indexes?
Thanks in advance
Bicky1980
Data Import/Export wizard
November 10, 2008 at 3:32 am
sanuj (11/10/2008)
I want to keep more than one billion records in one table. I am facing performance issues with this table navigation. What would be the best method to...
November 10, 2008 at 1:46 am
yogaanand.me (11/10/2008)
we are taking 2 days once full backup in week and every 3 hour diff backup
and every 15 mins log backup
suppose server failed in 3.20 Pm...
November 10, 2008 at 12:12 am
madhu.arda (11/9/2008)
I did the steps as below:
I have the full backup at 2am, diff every 4hrs n log every 15 min
1.There is some activity has been done on database 'abc'...
November 10, 2008 at 12:10 am
Viewing 15 posts - 196 through 210 (of 320 total)