Viewing 15 posts - 3,976 through 3,990 (of 13,462 total)
In general, I think the preference is to avoid triggers when possible.
after that, it's not a preference, but rather which method, a standard insert trigger vs an instead of trigger...
February 19, 2013 at 1:05 pm
ok not as hard as i thought: here you go:
SELECT StateName,stuff(( SELECT ',' + CONVERT(varchar,RW) + '.' + CityName
...
February 19, 2013 at 11:33 am
getting the cities as a list wasn't hard, but i'm having trouble numbering them inline; my row_number verisons not quite there yet, but here's the start of it:
SELECT StateName,stuff(( ...
February 19, 2013 at 11:31 am
i guess the question is how are you testing the public permissions then?
did you create a new database user , unconnected form any login like this?
are you using execute as?...
February 19, 2013 at 11:05 am
MyDoggieJessie (2/19/2013)
There is nice app from ApexSQL which can be used as a trial and literally and...
February 19, 2013 at 10:44 am
I'm awful sure there is a solution to that; I know i've seen lots of SSRS topics like "don't send if no data is found", kind of threads.
this was just...
February 19, 2013 at 10:16 am
not a reporting services guru, but for regular scheduled jobs, i can create a job which does something, like send an email or update or whatever, that runs every...
February 19, 2013 at 9:47 am
homebrew i think this is equivilent to your first update query, but should theoretically perform better.
compare the SELECT to teh UPDATE , and tell me if it looks like it...
February 19, 2013 at 8:59 am
nikus thank you for the feedback! i really appreciate it!
February 19, 2013 at 8:16 am
awesome solution Cadavre!
only thing i would do is clean up the presentation with REPLICATE to get the zeros, and maybe just a simple not like '%[^0-9]%' ; what do you...
February 19, 2013 at 6:18 am
ohpenot (2/19/2013)
Have the same problem "access denied" when trying to exec "xp_cmd". Except that i am on windows seven. The company isntalled sql express on my machine to start...
February 19, 2013 at 5:15 am
Bhuvnesh (2/18/2013)
GilaMonster (2/15/2013)
identity column does not guarantee uniqueness.is it so ? but it always generate new value incremented to previous one
True but its only half of the puzzle,...
February 18, 2013 at 5:16 am
winmansoft (2/16/2013)
Does .net 2.0 is required only for installation of sql server 2005 express or does it used by sql server for it's working?
.net 2.0 is Required for both installation...
February 16, 2013 at 4:32 am
Stefan Krzywicki (2/15/2013)
February 15, 2013 at 1:51 pm
prathibha_aviator (2/15/2013)
Thankyou for ur response.. It worked so well.. I just couldnt believe that my problem resolves in no tym... 🙂 Would you also help me Now if i want...
February 15, 2013 at 1:38 pm
Viewing 15 posts - 3,976 through 3,990 (of 13,462 total)