Viewing 15 posts - 5,806 through 5,820 (of 10,144 total)
amarkhowe (8/28/2012)
Thanks you for your reply!I do not want to drop the table but split the name on to the same table in new columns?
That's just sample data.
Change the...
August 28, 2012 at 6:03 am
elham_azizi_62 (8/28/2012)
...my string is parameter that fiil from one function and function returns '0,0,'',0,'',0'
now how do i do?
I can only guess what you are trying to say here, it makes...
August 28, 2012 at 5:11 am
elham_azizi_62 (8/28/2012)
hello all.I have one string like this:'0,0,'',0,'',0' and i want to my result this:'0,null,'',0,'',0' please guide me how to do i do for this result?
thanks
No...
August 28, 2012 at 4:35 am
raghuldrag (8/27/2012)
employee details
...
August 28, 2012 at 4:05 am
ChrisM@Work (8/28/2012)
raghuldrag (8/28/2012)
alter procedure Goals_history...
What version of SQL Server is your database?
OP answered in a PM, he's using SQL Server 2000.
Raghuldrag, please post in the SQL Server 7, 2000 forum...
August 28, 2012 at 4:03 am
raghuldrag (8/28/2012)
alter procedure Goals_history...
What version of SQL Server is your database?
August 28, 2012 at 3:52 am
Generating your own identity values isn't as straightforward as it might at first appear, the code for preventing concurrency issues is fairly complex. Why don't you use the identity column...
August 28, 2012 at 3:18 am
amarkhowe (8/28/2012)
If I have a name all in one cell on a column such as
"Mr Simon ASHWORTH"
How can I split the name so that I could have Mr on...
August 28, 2012 at 2:23 am
jdbrown239 (8/27/2012)
I think you guys are right. I have tried writing the view without joins and the result set is never the same. I will...
August 28, 2012 at 2:11 am
TVC implies a set of row value expressions; single-row value expressions can be very useful, see this article [/url]by Dangler Dwain.
August 24, 2012 at 9:58 am
SQL Kiwi (8/24/2012)
ChrisM@Work (8/24/2012)
Try converting it to a read-only fast-forward cursor, and changeWHERE CURRENT OF reader
to an explicit UPDATE with a supporting index.
I didn't write it for performance (it's...
August 24, 2012 at 9:28 am
Luis Cazares (8/24/2012)
August 24, 2012 at 8:35 am
dwain.c (8/24/2012)
Grant Fritchey (8/24/2012)
Jeff Moden (8/23/2012)
ChrisM@Work (8/23/2012)
Brandie Tarvin (8/23/2012)
... Tootsie Rolls...Are we back on Clinton??
It Depends... are you wearing a blue dress? :-):-D:-P:hehe:
I thought we had an agreement. You wear...
August 24, 2012 at 6:31 am
Shadab Shah (8/23/2012)
I have one query as SELECT A FROM TEMP1.
And the other query as SELECT B FROM TEMP2.
Now i want the answer to be shown as A-B.
I don't know...
August 24, 2012 at 6:03 am
SQL Kiwi (8/24/2012)
ChrisM@Work (8/24/2012)
August 24, 2012 at 5:57 am
Viewing 15 posts - 5,806 through 5,820 (of 10,144 total)