Viewing 15 posts - 271 through 285 (of 1,253 total)
Hi
There are different ways of doing this. You can use a function or use the number table method. Lots of info regarding this on the web and this site.
For the...
May 19, 2009 at 12:49 am
Well being 30 does not put me in the old people list nor do i have any health issues. Since IT is a sedentary form of work i decided to...
May 14, 2009 at 2:22 am
Query does not run in SQL 2005. sysproperties is not there in sql 2005.
May 12, 2009 at 3:38 am
If you have full and diff backups you need to restore the latest full backup and the latest diff backup after the full backup. That means 2 backups to restore....
May 12, 2009 at 3:27 am
Shrink db will reduce the size of data and log files. Shrink file can be used to target specifically the data or log files.
May 12, 2009 at 1:03 am
Gianluca Sartori (5/8/2009)
I don't like differential backups, because I don't want to restore thousands of backups when I need to get back.Hope this helps
Gianluca
If you have a backup strategy involving...
May 8, 2009 at 2:27 am
Jeff Moden (5/7/2009)
Chirag (5/7/2009)
During the interview process i pointed...
May 8, 2009 at 2:15 am
Thankyou for your comments. I get the feeling that i did over do a bit. I will keep this in mind for the next time. 🙂
May 8, 2009 at 2:11 am
From SQL 2005 onwards there is a lot of stuff with which xml data can be manipulated.
May 6, 2009 at 3:01 am
select name from sys.columns where object_id = object_id('Tablename')
May 6, 2009 at 1:45 am
I hv'nt used JSON but xml is a good option. You can pass the xml as a parameter to the procedure and do your checking inside the procedure.
May 5, 2009 at 2:27 am
Records cannot be entered as bold. check the font that is set.
Edit: Iam assuming that you are asking about results being shown in bold in query analyzer.
May 5, 2009 at 12:57 am
Hi
You can use sys.dm_exec_cached_plans to know the procs executed the most.
Check out this query i got from the web.
SELECT CASE when dbid = 32767
...
April 29, 2009 at 2:33 am
Better use a inner join rather than doing the join in the where clause.
April 29, 2009 at 2:30 am
Viewing 15 posts - 271 through 285 (of 1,253 total)