Viewing 15 posts - 571 through 585 (of 860 total)
crookj (4/13/2012)
WOTD - masticate
choke the..... oh wait
chew
April 13, 2012 at 11:32 am
ok on topic: http://www.sqlservercentral.com/Forums/Topic1283271-392-1.aspx how do you long time posters keep going when you run into people like this. (one thread there are more out there) ...
April 13, 2012 at 11:31 am
a udf is a user defined function. by deffinition to change or update a FUNCTION you have to update or change the code for the function. im starting...
April 13, 2012 at 11:29 am
hbtkp (4/13/2012)
it snot my design,this is how my database is workingi m just employee ,i dotn have right to change anything
so plz help
ok so help us help you work within...
April 13, 2012 at 11:27 am
we do a similar process, we backup the database, zip it to condense it a little (we dont use backup compression) copy the zip file over the network, unzip the...
April 13, 2012 at 10:53 am
ALTER FUNCTION udf... ??
can you post your UDF code and DDL (Create table scripts) and sample data (INSERT Statements) so we can see what gets passed to the udf what...
April 13, 2012 at 10:48 am
Sean Lange (4/13/2012)
Now for your issue. I...
April 13, 2012 at 10:36 am
can you post your DDL (create table scripts) and Sample data as text in the thread. that will help every one help you.
April 13, 2012 at 10:22 am
vinu512 (4/12/2012)
You are right capn.
I tried the Sum(TotalCount), but somehow it was not returning what I wanted. Maybe something wrong I had written in the code. That's when I added...
April 13, 2012 at 9:21 am
F.L (4/12/2012)
Hijacking this thread since OP seems to be satisfied with the solution provided. (I hope that is OK)
I´m trying to use CTE to find the very top parent within...
April 13, 2012 at 9:16 am
you have been asked and asked. if you cant read the link in my signature for how we like to see the sample data and table scripts after being...
April 13, 2012 at 9:07 am
Revenant (4/12/2012)
SQLRNNR (4/12/2012)
Koen Verbeeck (4/12/2012)
GilaMonster (4/12/2012)
April 12, 2012 at 4:25 pm
rudy komacsar - Doctor "X" (4/12/2012)
how about this for your restore:alter database your_database_name set single_user with rollback immediate
go
alter database your_database_name set restricted_user
go
restore database your_database_name
go
alter database your_database_name set multi_user
go
its what i...
April 12, 2012 at 3:51 pm
sgmunson (4/12/2012)
Sadly, the problem is fixed because somebody fat-fingered a table name in existing code and after OBFUSCATING it for publication here, I could no longer tell...
April 12, 2012 at 2:07 pm
Viewing 15 posts - 571 through 585 (of 860 total)