Viewing 15 posts - 26,611 through 26,625 (of 39,792 total)
Your client tools are broken. Likely need an uninstall/reinstall.
October 19, 2008 at 11:47 am
You can join the queries or make a subquery.
select istekid,istek1+istek2 as Istek
from ST$Istek I
inner join ST$Kullanicilar K on I.Istek_Sorumlusu=K.id
where istek_durumu<20 and email...
October 19, 2008 at 11:46 am
There is information in Books Online on DDL triggers and lots of articles on CLR programming. In addition to Gail's questions, you should do some research and ask specific questions,...
October 19, 2008 at 11:43 am
There isn't a comment prompt in SQL Server. You can execute sqlcmd from the Windows command prompt and get data that you can send to a file or a program...
October 19, 2008 at 11:41 am
Please don't cross post. Answered here: http://www.sqlservercentral.com/Forums/Topic588085-149-1.aspx
October 19, 2008 at 11:41 am
These can be hard to diagnose. The load on the server (either one) could be delaying the response to the connection attempt or the acknowledgement. In either case, you'd need...
October 19, 2008 at 11:39 am
When you execute the job, the SQL Agent service account (or a proxy that is configured) is who executes the batch file. That account needs to have rights to execute...
October 19, 2008 at 11:37 am
IF you don't have access to the SQL Server, there's no way to check if this is working. How are you planning on configuring alerts if you can't access the...
October 19, 2008 at 11:36 am
And don't shrink the log or database regularly. This is an emergency or rare utility for when something irregular happens.
You need to have regular full and LOG backups.
October 19, 2008 at 11:35 am
And you must convert this to a character string. Numbers do not allow multiple periods in them.
October 19, 2008 at 11:31 am
Even a solid network connection can get busy, and chances are it will happen when you have a backup running. It's not worth it. Get enough space for a local...
October 19, 2008 at 11:30 am
Clustering can be complicated and I'm not sure how many people would have encountered this. If this isn't critical data and you have backups, or can afford delays or losses,...
October 19, 2008 at 11:29 am
do you mean from the Windows DHCP log? What's the format? I'm guessng it's text. SSIS might be the best solution to automate this. Build a package that reads the...
October 19, 2008 at 11:27 am
That's it? I wear you two out on the Financial Crisis poll 🙂
October 19, 2008 at 9:33 am
One thing I like, and I'd urge those in the US to support is http://bailoutsleuth.com/ from Mark Cuban. Write your representatives, state and federal, and let them know they have...
October 19, 2008 at 9:32 am
Viewing 15 posts - 26,611 through 26,625 (of 39,792 total)