Viewing 15 posts - 301 through 315 (of 545 total)
update employeemasterholdingarea
set empcode = '1'
where employeemasterholdingarea.empcode = cutovertransfer.employee_ID
Try
Update a
Set EmpCode=1
From
EmployeeMasterHoldingArea a
Inner Join
CutoverTransfer b On a.Empcode=b.Employee_Id
Hope this is what you are looking for 🙂
November 28, 2008 at 9:57 am
Thats the answer u get from all Bosses regardless of what when it comes to spending, i would suggest then to use SQL response from red-gate which is resonable priced(...
November 28, 2008 at 7:44 am
Well that entirely depends upon ur reqirement and whats the price you are willing to pay, if its just a basic monitoring as you said then you can use the...
November 28, 2008 at 7:25 am
Say you are trying to connect to ServerA from Server B, u get the above mentioned error, Log into server A and try connecting to SQL server.
Also check for...
November 28, 2008 at 5:16 am
Hi Viji
This sounds silly, but have u checked for the MDF file for the deleted database 🙂
November 28, 2008 at 5:13 am
can you log into the server locally ( remote one)
November 28, 2008 at 4:57 am
Hi Luk
You dont need to change collation, i had implemented my systems for Greek characters, just changed varchar to NVarchar, but...
November 24, 2008 at 10:54 am
Are you using right indices, i can understand that you said that it runs slower on times, check with profiler and see is there any other process that is running...
November 24, 2008 at 10:52 am
I have faced this problem earlier, all i did is to change the datatype to unicode, we use java applications, its was working fine. 🙂
November 19, 2008 at 7:19 am
First and foremost its SQL upgrade advisor, then check all the CU on SQL 2005 and see which ones you need for your platform, then go ahead and do it,...
November 19, 2008 at 4:02 am
Try SSIS, i remember one of my friend doing this on SSIS, Hope this helps 🙂
( Iam not well with SSIS 😀 )
November 18, 2008 at 9:57 am
Why cant u crate a file name with dates on it that will be helpful to identify the files after a few days or months, there is a option in...
November 18, 2008 at 9:53 am
Create a random file name each time when you start your trace, this will solve the problem 🙂
November 18, 2008 at 7:29 am
use the below given link, this is from a post on SQLServerCentral, hope this will help
😀
November 18, 2008 at 7:02 am
Viewing 15 posts - 301 through 315 (of 545 total)