Viewing 15 posts - 4,831 through 4,845 (of 15,381 total)
tshad (5/19/2014)
You said it knows about the column from the one table but not...
May 19, 2014 at 12:51 pm
rightontarget (5/19/2014)
This character "ä" comes up in one of contacts last names.
It breaks one of our web apps. I'd like to deal with it in sql, if possible,...
May 19, 2014 at 12:44 pm
You might want to look at the results. The calculation you provided will not correctly determine the amount of disc space used. This calculation is (FreeSpace / TotalSize) / 100.
Let's...
May 19, 2014 at 12:39 pm
tshad (5/19/2014)
That answers my question.
But on your CTE sample, I like that as well but am not sure why it works.
I made a small modification to your sample to add...
May 19, 2014 at 12:13 pm
dmandosql (5/19/2014)
I know this is kind of a basic question, but I am stuck. I am trying to get the percentage of 2 numbers. I believe this is correct, but...
May 19, 2014 at 12:09 pm
TC-416047 (5/19/2014)
This is greatly appreciated.
I can't change the trigger without breaking our support contract.
So I'll have to disable the triggers and do an update.
Again I really...
May 19, 2014 at 12:05 pm
rafael_si (5/19/2014)
1 - create "SomeUser" login with "View Server State" permission
2...
May 19, 2014 at 11:00 am
navie22 (5/19/2014)
table name ...
May 19, 2014 at 10:21 am
Eric M Russell (5/19/2014)
Maxer (5/18/2014)
This...
May 19, 2014 at 10:18 am
TC-416047 (5/19/2014)
There are two triggers causing this.
V_AU_CUSTOMER
V_AU_CUSTOMER1
I could disable triggers and the update works.
But I'm not sure of the impact yet.
The trigger names are the sames as the actual tables...
May 19, 2014 at 10:13 am
Do you have any triggers on that table? I suspect that is the same problem with all of your views.
May 19, 2014 at 9:46 am
navie22 (5/19/2014)
in the result i want to see like this:servername, databasename, tablename, columnname, recordcount for id 20003,20004 and 20005
thanks
Can you post ddl, sample data and the actual desired output based...
May 19, 2014 at 9:45 am
navie22 (5/19/2014)
May 19, 2014 at 9:16 am
rafael_si (5/19/2014)
I've done that! I've create a stored procedure with execute as <sysadmin> user. But it is showing just the information about that user, not all connection information. Why does...
May 19, 2014 at 9:12 am
navie22 (5/19/2014)
i have database which has 25 tables. all tables have productid column. i need to find total records for product id = 20003 from all the tables in database.
Hi...
May 19, 2014 at 8:58 am
Viewing 15 posts - 4,831 through 4,845 (of 15,381 total)